Shades of Sapphire #06194A
Tints of Sapphire #06194A
RGB
CMYK
RGB Variations
Color information
#06194A (or 0x06194A) is known color: Sapphire. HEX triplet: 06, 19 and 4A. RGB value is (6,25,74). Sum of RGB (Red+Green+Blue) = 6+25+74=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 74 (29.30% from 255 or 70.48% from 105); Max value from RGB is 74 - color contains mainly: blue. Hex color #06194A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06194A is #F9E6B5. Grayscale: #181818. Windows color (decimal): -16377526 or 4856070. OLE color: 4856070.
HSL color Cylindrical-coordinate representation of color #06194A: hue angle of 223.24º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06194A is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 25 | 74 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.71 |
| HSL | 223.24º | 0.85% | 0.16% | - |
| HSV(B) | 223.24º | 0.92% | 0.29% | - |
| XYZ | 1.66 | 1.23 | 6.63 | - |
| YUV | 24.91 | 155.71 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 25 | 74 | 0.92 | 0.66 | 0 | 0.71 | 223.24 | 0.85 | 0.16 |
| Hex | 6 | 19 | 4A | 5C | 42 | 0 | 47 | DF | 55 | 10 |
| Octal | 6 | 31 | 112 | 134 | 102 | 0 | 107 | 337 | 125 | 20 |
| Binary | 110 | 11001 | 1001010 | 1011100 | 1000010 | 0 | 1000111 | 11011111 | 1010101 | 10000 |
Color Harmonies of #06194A
Complementary color
Monochromatic Colors of #06194A
Black with #06194A
Text Example
Text Example
White with #06194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06194A; }
p { color: rgb(6,25,74); }
H1.HeaderClassName
{
color: #06194A;
}
.AnyTagClassName
{
color: #06194A;
}
</style>
background-color css
<style>
a { background-color: #06194A; }
a { background-color: rgb(6,25,74); }
div.DivClassName
{
background-color: #06194A;
}
.BgClassName
{
background-color: #06194A;
}
</style>
border-color css
<style>
span { border-color: #06194A; }
span { border-color: rgb(6,25,74); }
td.TdClassName
{
border-color: #06194A;
}
.TagClassName
{
border-color: #06194A;
}
</style>