#060C50

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

Shades of Sapphire #060C50

Tints of Sapphire #060C50

Color information

#060C50 (or 0x060C50) is unknown color: approx Sapphire. HEX triplet: 06, 0C and 50. RGB value is (6,12,80). Sum of RGB (Red+Green+Blue) = 6+12+80=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 80 (31.64% from 255 or 81.63% from 98); Max value from RGB is 80 - color contains mainly: blue. Hex color #060C50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060C50 is #F9F3AF. Grayscale: #111111. Windows color (decimal): -16380848 or 5245958. OLE color: 5245958.

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

Color convert

RGB61280-
CMYK0.920.8500.69
HSL235.14º86.05%16.86%-
HSV(B)235.14º92.5%31.37%-
XYZ1.650.887.67-
YUV17.96163.01119.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.12%
GREEN value IS 12 (5.08% from 255) = 12.24%
BLUE value IS 80 (31.64% from 255) = 81.63%
R=6.12%
G=12.24%
B=81.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal612800.920.8500.69235.1486.0516.86
Hex6C505C55045eb5611
Octal614120134125010535312621
Binary11011001010000101110010101010100010111101011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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