Shades of Sapphire #08194A
Tints of Sapphire #08194A
RGB
CMYK
RGB Variations
Color information
#08194A (or 0x08194A) is known color: Sapphire. HEX triplet: 08, 19 and 4A. RGB value is (8,25,74). Sum of RGB (Red+Green+Blue) = 8+25+74=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 74 (29.30% from 255 or 69.16% from 107); Max value from RGB is 74 - color contains mainly: blue. Hex color #08194A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08194A is #F7E6B5. Grayscale: #191919. Windows color (decimal): -16246454 or 4856072. OLE color: 4856072.
HSL color Cylindrical-coordinate representation of color #08194A: hue angle of 224.55º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08194A is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 25 | 74 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.71 |
| HSL | 224.55º | 0.8% | 0.16% | - |
| HSV(B) | 224.55º | 0.89% | 0.29% | - |
| XYZ | 1.68 | 1.24 | 6.63 | - |
| YUV | 25.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 74 | 0.89 | 0.66 | 0 | 0.71 | 224.55 | 0.8 | 0.16 |
| Hex | 8 | 19 | 4A | 59 | 42 | 0 | 47 | E1 | 50 | 10 |
| Octal | 10 | 31 | 112 | 131 | 102 | 0 | 107 | 341 | 120 | 20 |
| Binary | 1000 | 11001 | 1001010 | 1011001 | 1000010 | 0 | 1000111 | 11100001 | 1010000 | 10000 |
Color Harmonies of #08194A
Complementary color
Monochromatic Colors of #08194A
Black with #08194A
Text Example
Text Example
White with #08194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08194A; }
p { color: rgb(8,25,74); }
H1.HeaderClassName
{
color: #08194A;
}
.AnyTagClassName
{
color: #08194A;
}
</style>
background-color css
<style>
a { background-color: #08194A; }
a { background-color: rgb(8,25,74); }
div.DivClassName
{
background-color: #08194A;
}
.BgClassName
{
background-color: #08194A;
}
</style>
border-color css
<style>
span { border-color: #08194A; }
span { border-color: rgb(8,25,74); }
td.TdClassName
{
border-color: #08194A;
}
.TagClassName
{
border-color: #08194A;
}
</style>