#060E59

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

Shades of Sapphire #060E59

Tints of Sapphire #060E59

Color information

#060E59 (or 0x060E59) is unknown color: approx Sapphire. HEX triplet: 06, 0E and 59. RGB value is (6,14,89). Sum of RGB (Red+Green+Blue) = 6+14+89=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 89 (35.16% from 255 or 81.65% from 109); Max value from RGB is 89 - color contains mainly: blue. Hex color #060E59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060E59 is #F9F1A6. Grayscale: #131313. Windows color (decimal): -16380327 or 5836294. OLE color: 5836294.

HSL color Cylindrical-coordinate representation of color #060E59: hue angle of 234.22º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060E59 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB61489-
CMYK0.930.8400.65
HSL234.22º87.37%18.63%-
HSV(B)234.22º93.26%34.9%-
XYZ2.041.079.55-
YUV20.16166.85117.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.50%
GREEN value IS 14 (5.86% from 255) = 12.84%
BLUE value IS 89 (35.16% from 255) = 81.65%
R=5.50%
G=12.84%
B=81.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal614890.930.8400.65234.2287.3718.63
Hex6E595D54041ea5713
Octal616131135124010135212723
Binary11011101011001101110110101000100000111101010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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