#06144A

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

Shades of Sapphire #06144A

Tints of Sapphire #06144A

Color information

#06144A (or 0x06144A) is unknown color: approx Sapphire. HEX triplet: 06, 14 and 4A. RGB value is (6,20,74). Sum of RGB (Red+Green+Blue) = 6+20+74=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 74 (29.30% from 255 or 74% from 100); Max value from RGB is 74 - color contains mainly: blue. Hex color #06144A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06144A is #F9EBB5. Grayscale: #151515. Windows color (decimal): -16378806 or 4854790. OLE color: 4854790.

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

Color convert

RGB62074-
CMYK0.920.7300.71
HSL227.65º85%15.69%-
HSV(B)227.65º91.89%29.02%-
XYZ1.561.036.6-
YUV21.97157.36116.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6%
GREEN value IS 20 (8.20% from 255) = 20%
BLUE value IS 74 (29.30% from 255) = 74%
R=6%
G=20%
B=74%

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
Decimal620740.920.7300.71227.658515.69
Hex6144A5C49047e45510
Octal624112134111010734412520
Binary110101001001010101110010010010100011111100100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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