#06155C

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

Shades of Sapphire #06155C

Tints of Sapphire #06155C

Color information

#06155C (or 0x06155C) is unknown color: approx Sapphire. HEX triplet: 06, 15 and 5C. RGB value is (6,21,92). Sum of RGB (Red+Green+Blue) = 6+21+92=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 92 (36.33% from 255 or 77.31% from 119); Max value from RGB is 92 - color contains mainly: blue. Hex color #06155C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06155C is #F9EAA3. Grayscale: #181818. Windows color (decimal): -16378532 or 6034694. OLE color: 6034694.

HSL color Cylindrical-coordinate representation of color #06155C: hue angle of 229.53º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06155C is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB62192-
CMYK0.930.7700.64
HSL229.53º87.76%19.22%-
HSV(B)229.53º93.48%36.08%-
XYZ2.281.3510.27-
YUV24.61166.03114.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.04%
GREEN value IS 21 (8.59% from 255) = 17.65%
BLUE value IS 92 (36.33% from 255) = 77.31%
R=5.04%
G=17.65%
B=77.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal621920.930.7700.64229.5387.7619.22
Hex6155C5D4D040e65813
Octal625134135115010034613023
Binary110101011011100101110110011010100000011100110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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