Shades of Ultramarine #08189B
Tints of Ultramarine #08189B
RGB
CMYK
RGB Variations
Color information
#08189B (or 0x08189B) is known color: Ultramarine. HEX triplet: 08, 18 and 9B. RGB value is (8,24,155). Sum of RGB (Red+Green+Blue) = 8+24+155=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 155 (60.94% from 255 or 82.89% from 187); Max value from RGB is 155 - color contains mainly: blue. Hex color #08189B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08189B is #F7E764. Grayscale: #212121. Windows color (decimal): -16246629 or 10164232. OLE color: 10164232.
HSL color Cylindrical-coordinate representation of color #08189B: hue angle of 233.47º 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 #08189B is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 24 | 155 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.39 |
| HSL | 233.47º | 0.9% | 0.32% | - |
| HSV(B) | 233.47º | 0.95% | 0.61% | - |
| XYZ | 6.34 | 3.07 | 31.27 | - |
| YUV | 34.15 | 196.2 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 155 | 0.95 | 0.85 | 0 | 0.39 | 233.47 | 0.9 | 0.32 |
| Hex | 8 | 18 | 9B | 5F | 55 | 0 | 27 | E9 | 5A | 20 |
| Octal | 10 | 30 | 233 | 137 | 125 | 0 | 47 | 351 | 132 | 40 |
| Binary | 1000 | 11000 | 10011011 | 1011111 | 1010101 | 0 | 100111 | 11101001 | 1011010 | 100000 |
Color Harmonies of #08189B
Complementary color
Monochromatic Colors of #08189B
Black with #08189B
Text Example
Text Example
White with #08189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08189B; }
p { color: rgb(8,24,155); }
H1.HeaderClassName
{
color: #08189B;
}
.AnyTagClassName
{
color: #08189B;
}
</style>
background-color css
<style>
a { background-color: #08189B; }
a { background-color: rgb(8,24,155); }
div.DivClassName
{
background-color: #08189B;
}
.BgClassName
{
background-color: #08189B;
}
</style>
border-color css
<style>
span { border-color: #08189B; }
span { border-color: rgb(8,24,155); }
td.TdClassName
{
border-color: #08189B;
}
.TagClassName
{
border-color: #08189B;
}
</style>