#06154C

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

Shades of Sapphire #06154C

Tints of Sapphire #06154C

Color information

#06154C (or 0x06154C) is unknown color: approx Sapphire. HEX triplet: 06, 15 and 4C. RGB value is (6,21,76). Sum of RGB (Red+Green+Blue) = 6+21+76=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 76 (30.08% from 255 or 73.79% from 103); Max value from RGB is 76 - color contains mainly: blue. Hex color #06154C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06154C is #F9EAB3. Grayscale: #161616. Windows color (decimal): -16378548 or 4986118. OLE color: 4986118.

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

Color convert

RGB62176-
CMYK0.920.7200.70
HSL227.14º85.37%16.08%-
HSV(B)227.14º92.11%29.8%-
XYZ1.651.16.96-
YUV22.78158.03116.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 21 (8.59% from 255) = 20.39%
BLUE value IS 76 (30.08% from 255) = 73.79%
R=5.83%
G=20.39%
B=73.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal621760.920.7200.70227.1485.3716.08
Hex6154C5C48046e35510
Octal625114134110010634312520
Binary110101011001100101110010010000100011011100011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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