#060D4F

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

Shades of Sapphire #060D4F

Tints of Sapphire #060D4F

Color information

#060D4F (or 0x060D4F) is unknown color: approx Sapphire. HEX triplet: 06, 0D and 4F. RGB value is (6,13,79). Sum of RGB (Red+Green+Blue) = 6+13+79=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 79 (31.25% from 255 or 80.61% from 98); Max value from RGB is 79 - color contains mainly: blue. Hex color #060D4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060D4F is #F9F2B0. Grayscale: #121212. Windows color (decimal): -16380593 or 5180678. OLE color: 5180678.

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

Color convert

RGB61379-
CMYK0.920.8400.69
HSL234.25º85.88%16.67%-
HSV(B)234.25º92.41%30.98%-
XYZ1.630.897.48-
YUV18.43162.18119.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.12%
GREEN value IS 13 (5.47% from 255) = 13.27%
BLUE value IS 79 (31.25% from 255) = 80.61%
R=6.12%
G=13.27%
B=80.61%

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
Decimal613790.920.8400.69234.2585.8816.67
Hex6D4F5C54045ea5611
Octal615117134124010535212621
Binary11011011001111101110010101000100010111101010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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