Shades of Ultramarine #08139A
Tints of Ultramarine #08139A
RGB
CMYK
RGB Variations
Color information
#08139A (or 0x08139A) is known color: Ultramarine. HEX triplet: 08, 13 and 9A. RGB value is (8,19,154). Sum of RGB (Red+Green+Blue) = 8+19+154=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 154 (60.55% from 255 or 85.08% from 181); Max value from RGB is 154 - color contains mainly: blue. Hex color #08139A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08139A is #F7EC65. Grayscale: #1E1E1E. Windows color (decimal): -16247910 or 10097416. OLE color: 10097416.
HSL color Cylindrical-coordinate representation of color #08139A: hue angle of 235.48º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08139A is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 19 | 154 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.40 |
| HSL | 235.48º | 0.9% | 0.32% | - |
| HSV(B) | 235.48º | 0.95% | 0.6% | - |
| XYZ | 6.17 | 2.85 | 30.8 | - |
| YUV | 31.1 | 197.36 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 154 | 0.95 | 0.88 | 0 | 0.40 | 235.48 | 0.9 | 0.32 |
| Hex | 8 | 13 | 9A | 5F | 58 | 0 | 28 | EB | 5A | 20 |
| Octal | 10 | 23 | 232 | 137 | 130 | 0 | 50 | 353 | 132 | 40 |
| Binary | 1000 | 10011 | 10011010 | 1011111 | 1011000 | 0 | 101000 | 11101011 | 1011010 | 100000 |
Color Harmonies of #08139A
Complementary color
Monochromatic Colors of #08139A
Black with #08139A
Text Example
Text Example
White with #08139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08139A; }
p { color: rgb(8,19,154); }
H1.HeaderClassName
{
color: #08139A;
}
.AnyTagClassName
{
color: #08139A;
}
</style>
background-color css
<style>
a { background-color: #08139A; }
a { background-color: rgb(8,19,154); }
div.DivClassName
{
background-color: #08139A;
}
.BgClassName
{
background-color: #08139A;
}
</style>
border-color css
<style>
span { border-color: #08139A; }
span { border-color: rgb(8,19,154); }
td.TdClassName
{
border-color: #08139A;
}
.TagClassName
{
border-color: #08139A;
}
</style>