#060E4C

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

Shades of Sapphire #060E4C

Tints of Sapphire #060E4C

Color information

#060E4C (or 0x060E4C) is unknown color: approx Sapphire. HEX triplet: 06, 0E and 4C. RGB value is (6,14,76). Sum of RGB (Red+Green+Blue) = 6+14+76=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 76 (30.08% from 255 or 79.17% from 96); Max value from RGB is 76 - color contains mainly: blue. Hex color #060E4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060E4C is #F9F1B3. Grayscale: #121212. Windows color (decimal): -16380340 or 4984326. OLE color: 4984326.

HSL color Cylindrical-coordinate representation of color #060E4C: hue angle of 233.14º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #060E4C is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB61476-
CMYK0.920.8200.70
HSL233.14º85.37%16.08%-
HSV(B)233.14º92.11%29.8%-
XYZ1.540.876.93-
YUV18.68160.35118.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.25%
GREEN value IS 14 (5.86% from 255) = 14.58%
BLUE value IS 76 (30.08% from 255) = 79.17%
R=6.25%
G=14.58%
B=79.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal614760.920.8200.70233.1485.3716.08
Hex6E4C5C52046e95510
Octal616114134122010635112520
Binary11011101001100101110010100100100011011101001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,14,76); }

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

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

 a { background-color: rgb(6,14,76); }

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

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

 span { border-color: rgb(6,14,76); }

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