Shades of Ultramarine #08188A
Tints of Ultramarine #08188A
RGB
CMYK
RGB Variations
Color information
#08188A (or 0x08188A) is known color: Ultramarine. HEX triplet: 08, 18 and 8A. RGB value is (8,24,138). Sum of RGB (Red+Green+Blue) = 8+24+138=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 138 (54.30% from 255 or 81.18% from 170); Max value from RGB is 138 - color contains mainly: blue. Hex color #08188A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08188A is #F7E775. Grayscale: #1F1F1F. Windows color (decimal): -16246646 or 9050120. OLE color: 9050120.
HSL color Cylindrical-coordinate representation of color #08188A: hue angle of 232.62º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08188A is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 24 | 138 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.46 |
| HSL | 232.62º | 0.89% | 0.29% | - |
| HSV(B) | 232.62º | 0.94% | 0.54% | - |
| XYZ | 5.01 | 2.54 | 24.27 | - |
| YUV | 32.21 | 187.7 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 138 | 0.94 | 0.83 | 0 | 0.46 | 232.62 | 0.89 | 0.29 |
| Hex | 8 | 18 | 8A | 5E | 53 | 0 | 2E | E9 | 59 | 1D |
| Octal | 10 | 30 | 212 | 136 | 123 | 0 | 56 | 351 | 131 | 35 |
| Binary | 1000 | 11000 | 10001010 | 1011110 | 1010011 | 0 | 101110 | 11101001 | 1011001 | 11101 |
Color Harmonies of #08188A
Complementary color
Monochromatic Colors of #08188A
Black with #08188A
Text Example
Text Example
White with #08188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08188A; }
p { color: rgb(8,24,138); }
H1.HeaderClassName
{
color: #08188A;
}
.AnyTagClassName
{
color: #08188A;
}
</style>
background-color css
<style>
a { background-color: #08188A; }
a { background-color: rgb(8,24,138); }
div.DivClassName
{
background-color: #08188A;
}
.BgClassName
{
background-color: #08188A;
}
</style>
border-color css
<style>
span { border-color: #08188A; }
span { border-color: rgb(8,24,138); }
td.TdClassName
{
border-color: #08188A;
}
.TagClassName
{
border-color: #08188A;
}
</style>