#06144D

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

Shades of Sapphire #06144D

Tints of Sapphire #06144D

Color information

#06144D (or 0x06144D) is unknown color: approx Sapphire. HEX triplet: 06, 14 and 4D. RGB value is (6,20,77). Sum of RGB (Red+Green+Blue) = 6+20+77=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 77 (30.47% from 255 or 74.76% from 103); Max value from RGB is 77 - color contains mainly: blue. Hex color #06144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06144D is #F9EBB2. Grayscale: #161616. Windows color (decimal): -16378803 or 5051398. OLE color: 5051398.

HSL color Cylindrical-coordinate representation of color #06144D: hue angle of 228.17º degrees, saturation: 0.86, 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 #06144D is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB62077-
CMYK0.920.7400.70
HSL228.17º85.54%16.27%-
HSV(B)228.17º92.21%30.2%-
XYZ1.661.077.14-
YUV22.31158.86116.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 20 (8.20% from 255) = 19.42%
BLUE value IS 77 (30.47% from 255) = 74.76%
R=5.83%
G=19.42%
B=74.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal620770.920.7400.70228.1785.5416.27
Hex6144D5C4A046e45610
Octal624115134112010634412620
Binary110101001001101101110010010100100011011100100101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06144D; }

 p { color: rgb(6,20,77); }

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

<style>
 a { background-color: #06144D; }

 a { background-color: rgb(6,20,77); }

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

<style>
 span { border-color: #06144D; }

 span { border-color: rgb(6,20,77); }

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