#06154D

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

Shades of Sapphire #06154D

Tints of Sapphire #06154D

Color information

#06154D (or 0x06154D) is unknown color: approx Sapphire. HEX triplet: 06, 15 and 4D. RGB value is (6,21,77). Sum of RGB (Red+Green+Blue) = 6+21+77=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 77 (30.47% from 255 or 74.04% from 104); Max value from RGB is 77 - color contains mainly: blue. Hex color #06154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06154D is #F9EAB2. Grayscale: #161616. Windows color (decimal): -16378547 or 5051654. OLE color: 5051654.

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

Color convert

RGB62177-
CMYK0.920.7300.70
HSL227.32º85.54%16.27%-
HSV(B)227.32º92.21%30.2%-
XYZ1.681.117.15-
YUV22.9158.53115.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.77%
GREEN value IS 21 (8.59% from 255) = 20.19%
BLUE value IS 77 (30.47% from 255) = 74.04%
R=5.77%
G=20.19%
B=74.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal621770.920.7300.70227.3285.5416.27
Hex6154D5C49046e35610
Octal625115134111010634312620
Binary110101011001101101110010010010100011011100011101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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