#06144B

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

Shades of Sapphire #06144B

Tints of Sapphire #06144B

Color information

#06144B (or 0x06144B) is unknown color: approx Sapphire. HEX triplet: 06, 14 and 4B. RGB value is (6,20,75). Sum of RGB (Red+Green+Blue) = 6+20+75=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 75 (29.69% from 255 or 74.26% from 101); Max value from RGB is 75 - color contains mainly: blue. Hex color #06144B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06144B is #F9EBB4. Grayscale: #151515. Windows color (decimal): -16378805 or 4920326. OLE color: 4920326.

HSL color Cylindrical-coordinate representation of color #06144B: hue angle of 227.83º 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 #06144B is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB62075-
CMYK0.920.7300.71
HSL227.83º85.19%15.88%-
HSV(B)227.83º92%29.41%-
XYZ1.61.056.77-
YUV22.08157.86116.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.94%
GREEN value IS 20 (8.20% from 255) = 19.80%
BLUE value IS 75 (29.69% from 255) = 74.26%
R=5.94%
G=19.80%
B=74.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal620750.920.7300.71227.8385.1915.88
Hex6144B5C49047e45510
Octal624113134111010734412520
Binary110101001001011101110010010010100011111100100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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