#061260

Color #061260 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #061260

Tints of Sapphire #061260

Color information

#061260 (or 0x061260) is unknown color: approx Sapphire. HEX triplet: 06, 12 and 60. RGB value is (6,18,96). Sum of RGB (Red+Green+Blue) = 6+18+96=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 96 (37.89% from 255 or 80% from 120); Max value from RGB is 96 - color contains mainly: blue. Hex color #061260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061260 is #F9ED9F. Grayscale: #161616. Windows color (decimal): -16379296 or 6296070. OLE color: 6296070.

HSL color Cylindrical-coordinate representation of color #061260: hue angle of 232º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061260 is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB61896-
CMYK0.940.8100.62
HSL232º88.24%20%-
HSV(B)232º93.75%37.65%-
XYZ2.41.3211.19-
YUV23.3169.02115.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 5%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 96 (37.89% from 255) = 80%
R=5%
G=15%
B=80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal618960.940.8100.6223288.2420
Hex612605E5103Ee85814
Octal62214013612107635013024
Binary11010010110000010111101010001011111011101000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061260; }

 p { color: rgb(6,18,96); }

 H1.HeaderClassName
 {
   color: #061260;
 }
 .AnyTagClassName
 {
   color: #061260;
 }
</style>
background-color css

<style>
 a { background-color: #061260; }

 a { background-color: rgb(6,18,96); }

 div.DivClassName
 {
   background-color: #061260;
 }
 .BgClassName
 {
   background-color: #061260;
 }
</style>
border-color css

<style>
 span { border-color: #061260; }

 span { border-color: rgb(6,18,96); }

 td.TdClassName
 {
   border-color: #061260;
 }
 .TagClassName
 {
   border-color: #061260;
 }
</style>