Shades of Sapphire #06154C
Tints of Sapphire #06154C
RGB
CMYK
RGB Variations
Color information
#06154C (or 0x06154C) is known color: 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
| RGB | 6 | 21 | 76 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.70 |
| HSL | 227.14º | 0.85% | 0.16% | - |
| HSV(B) | 227.14º | 0.92% | 0.3% | - |
| XYZ | 1.65 | 1.1 | 6.96 | - |
| YUV | 22.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 76 | 0.92 | 0.72 | 0 | 0.70 | 227.14 | 0.85 | 0.16 |
| Hex | 6 | 15 | 4C | 5C | 48 | 0 | 46 | E3 | 55 | 10 |
| Octal | 6 | 25 | 114 | 134 | 110 | 0 | 106 | 343 | 125 | 20 |
| Binary | 110 | 10101 | 1001100 | 1011100 | 1001000 | 0 | 1000110 | 11100011 | 1010101 | 10000 |
Color Harmonies of #06154C
Complementary color
Monochromatic Colors of #06154C
Black with #06154C
Text Example
Text Example
White with #06154C
Text Example
Text Example
HTML Codes & Css Web 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>