#06154A

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

Shades of Sapphire #06154A

Tints of Sapphire #06154A

Color information

#06154A (or 0x06154A) is unknown color: approx Sapphire. HEX triplet: 06, 15 and 4A. RGB value is (6,21,74). Sum of RGB (Red+Green+Blue) = 6+21+74=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 74 (29.30% from 255 or 73.27% from 101); Max value from RGB is 74 - color contains mainly: blue. Hex color #06154A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06154A is #F9EAB5. Grayscale: #161616. Windows color (decimal): -16378550 or 4855046. OLE color: 4855046.

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

Color convert

RGB62174-
CMYK0.920.7200.71
HSL226.76º85%15.69%-
HSV(B)226.76º91.89%29.02%-
XYZ1.581.076.6-
YUV22.56157.03116.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.94%
GREEN value IS 21 (8.59% from 255) = 20.79%
BLUE value IS 74 (29.30% from 255) = 73.27%
R=5.94%
G=20.79%
B=73.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal621740.920.7200.71226.768515.69
Hex6154A5C48047e35510
Octal625112134110010734312520
Binary110101011001010101110010010000100011111100011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06154A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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