Shades of Sapphire #06194C
Tints of Sapphire #06194C
RGB
CMYK
RGB Variations
Color information
#06194C (or 0x06194C) is known color: Sapphire. HEX triplet: 06, 19 and 4C. RGB value is (6,25,76). Sum of RGB (Red+Green+Blue) = 6+25+76=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 76 (30.08% from 255 or 71.03% from 107); Max value from RGB is 76 - color contains mainly: blue. Hex color #06194C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06194C is #F9E6B3. Grayscale: #181818. Windows color (decimal): -16377524 or 4987142. OLE color: 4987142.
HSL color Cylindrical-coordinate representation of color #06194C: hue angle of 223.71º 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 #06194C is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 25 | 76 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.70 |
| HSL | 223.71º | 0.85% | 0.16% | - |
| HSV(B) | 223.71º | 0.92% | 0.3% | - |
| XYZ | 1.73 | 1.26 | 6.99 | - |
| YUV | 25.13 | 156.71 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 25 | 76 | 0.92 | 0.67 | 0 | 0.70 | 223.71 | 0.85 | 0.16 |
| Hex | 6 | 19 | 4C | 5C | 43 | 0 | 46 | E0 | 55 | 10 |
| Octal | 6 | 31 | 114 | 134 | 103 | 0 | 106 | 340 | 125 | 20 |
| Binary | 110 | 11001 | 1001100 | 1011100 | 1000011 | 0 | 1000110 | 11100000 | 1010101 | 10000 |
Color Harmonies of #06194C
Complementary color
Monochromatic Colors of #06194C
Black with #06194C
Text Example
Text Example
White with #06194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06194C; }
p { color: rgb(6,25,76); }
H1.HeaderClassName
{
color: #06194C;
}
.AnyTagClassName
{
color: #06194C;
}
</style>
background-color css
<style>
a { background-color: #06194C; }
a { background-color: rgb(6,25,76); }
div.DivClassName
{
background-color: #06194C;
}
.BgClassName
{
background-color: #06194C;
}
</style>
border-color css
<style>
span { border-color: #06194C; }
span { border-color: rgb(6,25,76); }
td.TdClassName
{
border-color: #06194C;
}
.TagClassName
{
border-color: #06194C;
}
</style>