#060E4B

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

Shades of Sapphire #060E4B

Tints of Sapphire #060E4B

Color information

#060E4B (or 0x060E4B) is unknown color: approx Sapphire. HEX triplet: 06, 0E and 4B. RGB value is (6,14,75). Sum of RGB (Red+Green+Blue) = 6+14+75=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 75 (29.69% from 255 or 78.95% from 95); Max value from RGB is 75 - color contains mainly: blue. Hex color #060E4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060E4B is #F9F1B4. Grayscale: #121212. Windows color (decimal): -16380341 or 4918790. OLE color: 4918790.

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

Color convert

RGB61475-
CMYK0.920.8100.71
HSL233.04º85.19%15.88%-
HSV(B)233.04º92%29.41%-
XYZ1.50.866.74-
YUV18.56159.85119.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 14 (5.86% from 255) = 14.74%
BLUE value IS 75 (29.69% from 255) = 78.95%
R=6.32%
G=14.74%
B=78.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal614750.920.8100.71233.0485.1915.88
Hex6E4B5C51047e95510
Octal616113134121010735112520
Binary11011101001011101110010100010100011111101001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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