Shades of Ultramarine #08199C
Tints of Ultramarine #08199C
RGB
CMYK
RGB Variations
Color information
#08199C (or 0x08199C) is known color: Ultramarine. HEX triplet: 08, 19 and 9C. RGB value is (8,25,156). Sum of RGB (Red+Green+Blue) = 8+25+156=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 156 (61.33% from 255 or 82.54% from 189); Max value from RGB is 156 - color contains mainly: blue. Hex color #08199C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08199C is #F7E663. Grayscale: #222222. Windows color (decimal): -16246372 or 10230024. OLE color: 10230024.
HSL color Cylindrical-coordinate representation of color #08199C: hue angle of 233.11º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08199C is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 25 | 156 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.39 |
| HSL | 233.11º | 0.9% | 0.32% | - |
| HSV(B) | 233.11º | 0.95% | 0.61% | - |
| XYZ | 6.45 | 3.15 | 31.72 | - |
| YUV | 34.85 | 196.37 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 156 | 0.95 | 0.84 | 0 | 0.39 | 233.11 | 0.9 | 0.32 |
| Hex | 8 | 19 | 9C | 5F | 54 | 0 | 27 | E9 | 5A | 20 |
| Octal | 10 | 31 | 234 | 137 | 124 | 0 | 47 | 351 | 132 | 40 |
| Binary | 1000 | 11001 | 10011100 | 1011111 | 1010100 | 0 | 100111 | 11101001 | 1011010 | 100000 |
Color Harmonies of #08199C
Complementary color
Monochromatic Colors of #08199C
Black with #08199C
Text Example
Text Example
White with #08199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08199C; }
p { color: rgb(8,25,156); }
H1.HeaderClassName
{
color: #08199C;
}
.AnyTagClassName
{
color: #08199C;
}
</style>
background-color css
<style>
a { background-color: #08199C; }
a { background-color: rgb(8,25,156); }
div.DivClassName
{
background-color: #08199C;
}
.BgClassName
{
background-color: #08199C;
}
</style>
border-color css
<style>
span { border-color: #08199C; }
span { border-color: rgb(8,25,156); }
td.TdClassName
{
border-color: #08199C;
}
.TagClassName
{
border-color: #08199C;
}
</style>