#060C51

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

Shades of Sapphire #060C51

Tints of Sapphire #060C51

Color information

#060C51 (or 0x060C51) is unknown color: approx Sapphire. HEX triplet: 06, 0C and 51. RGB value is (6,12,81). Sum of RGB (Red+Green+Blue) = 6+12+81=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 81 (32.03% from 255 or 81.82% from 99); Max value from RGB is 81 - color contains mainly: blue. Hex color #060C51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060C51 is #F9F3AE. Grayscale: #111111. Windows color (decimal): -16380847 or 5311494. OLE color: 5311494.

HSL color Cylindrical-coordinate representation of color #060C51: hue angle of 235.2º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060C51 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB61281-
CMYK0.930.8500.68
HSL235.2º86.21%17.06%-
HSV(B)235.2º92.59%31.76%-
XYZ1.690.97.87-
YUV18.07163.51119.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.06%
GREEN value IS 12 (5.08% from 255) = 12.12%
BLUE value IS 81 (32.03% from 255) = 81.82%
R=6.06%
G=12.12%
B=81.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal612810.930.8500.68235.286.2117.06
Hex6C515D55044eb5611
Octal614121135125010435312621
Binary11011001010001101110110101010100010011101011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060C51; }

 p { color: rgb(6,12,81); }

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

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

 a { background-color: rgb(6,12,81); }

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

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

 span { border-color: rgb(6,12,81); }

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