Shades of Ultramarine #18248E
Tints of Ultramarine #18248E
RGB
CMYK
RGB Variations
Color information
#18248E (or 0x18248E) is known color: Ultramarine. HEX triplet: 18, 24 and 8E. RGB value is (24,36,142). Sum of RGB (Red+Green+Blue) = 24+36+142=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 142 (55.86% from 255 or 70.30% from 202); Max value from RGB is 142 - color contains mainly: blue. Hex color #18248E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18248E is #E7DB71. Grayscale: #2C2C2C. Windows color (decimal): -15194994 or 9315352. OLE color: 9315352.
HSL color Cylindrical-coordinate representation of color #18248E: hue angle of 233.9º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18248E is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 36 | 142 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.44 |
| HSL | 233.9º | 0.71% | 0.33% | - |
| HSV(B) | 233.9º | 0.83% | 0.56% | - |
| XYZ | 5.89 | 3.41 | 25.94 | - |
| YUV | 44.5 | 183.02 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 142 | 0.83 | 0.75 | 0 | 0.44 | 233.9 | 0.71 | 0.33 |
| Hex | 18 | 24 | 8E | 53 | 4B | 0 | 2C | EA | 47 | 21 |
| Octal | 30 | 44 | 216 | 123 | 113 | 0 | 54 | 352 | 107 | 41 |
| Binary | 11000 | 100100 | 10001110 | 1010011 | 1001011 | 0 | 101100 | 11101010 | 1000111 | 100001 |
Color Harmonies of #18248E
Complementary color
Monochromatic Colors of #18248E
Black with #18248E
Text Example
Text Example
White with #18248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18248E; }
p { color: rgb(24,36,142); }
H1.HeaderClassName
{
color: #18248E;
}
.AnyTagClassName
{
color: #18248E;
}
</style>
background-color css
<style>
a { background-color: #18248E; }
a { background-color: rgb(24,36,142); }
div.DivClassName
{
background-color: #18248E;
}
.BgClassName
{
background-color: #18248E;
}
</style>
border-color css
<style>
span { border-color: #18248E; }
span { border-color: rgb(24,36,142); }
td.TdClassName
{
border-color: #18248E;
}
.TagClassName
{
border-color: #18248E;
}
</style>