#060D50

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

Shades of Sapphire #060D50

Tints of Sapphire #060D50

Color information

#060D50 (or 0x060D50) is unknown color: approx Sapphire. HEX triplet: 06, 0D and 50. RGB value is (6,13,80). Sum of RGB (Red+Green+Blue) = 6+13+80=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 80 (31.64% from 255 or 80.81% from 99); Max value from RGB is 80 - color contains mainly: blue. Hex color #060D50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060D50 is #F9F2AF. Grayscale: #121212. Windows color (decimal): -16380592 or 5246214. OLE color: 5246214.

HSL color Cylindrical-coordinate representation of color #060D50: hue angle of 234.32º 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 #060D50 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB61380-
CMYK0.920.8400.69
HSL234.32º86.05%16.86%-
HSV(B)234.32º92.5%31.37%-
XYZ1.670.917.68-
YUV18.55162.68119.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.06%
GREEN value IS 13 (5.47% from 255) = 13.13%
BLUE value IS 80 (31.64% from 255) = 80.81%
R=6.06%
G=13.13%
B=80.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal613800.920.8400.69234.3286.0516.86
Hex6D505C54045ea5611
Octal615120134124010535212621
Binary11011011010000101110010101000100010111101010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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