Shades of Sapphire #06194B
Tints of Sapphire #06194B
RGB
CMYK
RGB Variations
Color information
#06194B (or 0x06194B) is known color: Sapphire. HEX triplet: 06, 19 and 4B. RGB value is (6,25,75). Sum of RGB (Red+Green+Blue) = 6+25+75=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 75 (29.69% from 255 or 70.75% from 106); Max value from RGB is 75 - color contains mainly: blue. Hex color #06194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06194B is #F9E6B4. Grayscale: #181818. Windows color (decimal): -16377525 or 4921606. OLE color: 4921606.
HSL color Cylindrical-coordinate representation of color #06194B: hue angle of 223.48º 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 #06194B is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 25 | 75 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.71 |
| HSL | 223.48º | 0.85% | 0.16% | - |
| HSV(B) | 223.48º | 0.92% | 0.29% | - |
| XYZ | 1.69 | 1.24 | 6.81 | - |
| YUV | 25.02 | 156.21 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 25 | 75 | 0.92 | 0.67 | 0 | 0.71 | 223.48 | 0.85 | 0.16 |
| Hex | 6 | 19 | 4B | 5C | 43 | 0 | 47 | DF | 55 | 10 |
| Octal | 6 | 31 | 113 | 134 | 103 | 0 | 107 | 337 | 125 | 20 |
| Binary | 110 | 11001 | 1001011 | 1011100 | 1000011 | 0 | 1000111 | 11011111 | 1010101 | 10000 |
Color Harmonies of #06194B
Complementary color
Monochromatic Colors of #06194B
Black with #06194B
Text Example
Text Example
White with #06194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06194B; }
p { color: rgb(6,25,75); }
H1.HeaderClassName
{
color: #06194B;
}
.AnyTagClassName
{
color: #06194B;
}
</style>
background-color css
<style>
a { background-color: #06194B; }
a { background-color: rgb(6,25,75); }
div.DivClassName
{
background-color: #06194B;
}
.BgClassName
{
background-color: #06194B;
}
</style>
border-color css
<style>
span { border-color: #06194B; }
span { border-color: rgb(6,25,75); }
td.TdClassName
{
border-color: #06194B;
}
.TagClassName
{
border-color: #06194B;
}
</style>