Shades of Ultramarine #08139B
Tints of Ultramarine #08139B
RGB
CMYK
RGB Variations
Color information
#08139B (or 0x08139B) is known color: Ultramarine. HEX triplet: 08, 13 and 9B. RGB value is (8,19,155). Sum of RGB (Red+Green+Blue) = 8+19+155=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 155 (60.94% from 255 or 85.16% from 182); Max value from RGB is 155 - color contains mainly: blue. Hex color #08139B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08139B is #F7EC64. Grayscale: #1E1E1E. Windows color (decimal): -16247909 or 10162952. OLE color: 10162952.
HSL color Cylindrical-coordinate representation of color #08139B: hue angle of 235.51º 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 #08139B is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 19 | 155 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.39 |
| HSL | 235.51º | 0.9% | 0.32% | - |
| HSV(B) | 235.51º | 0.95% | 0.61% | - |
| XYZ | 6.25 | 2.88 | 31.24 | - |
| YUV | 31.22 | 197.86 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 155 | 0.95 | 0.88 | 0 | 0.39 | 235.51 | 0.9 | 0.32 |
| Hex | 8 | 13 | 9B | 5F | 58 | 0 | 27 | EC | 5A | 20 |
| Octal | 10 | 23 | 233 | 137 | 130 | 0 | 47 | 354 | 132 | 40 |
| Binary | 1000 | 10011 | 10011011 | 1011111 | 1011000 | 0 | 100111 | 11101100 | 1011010 | 100000 |
Color Harmonies of #08139B
Complementary color
Monochromatic Colors of #08139B
Black with #08139B
Text Example
Text Example
White with #08139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08139B; }
p { color: rgb(8,19,155); }
H1.HeaderClassName
{
color: #08139B;
}
.AnyTagClassName
{
color: #08139B;
}
</style>
background-color css
<style>
a { background-color: #08139B; }
a { background-color: rgb(8,19,155); }
div.DivClassName
{
background-color: #08139B;
}
.BgClassName
{
background-color: #08139B;
}
</style>
border-color css
<style>
span { border-color: #08139B; }
span { border-color: rgb(8,19,155); }
td.TdClassName
{
border-color: #08139B;
}
.TagClassName
{
border-color: #08139B;
}
</style>