Shades of Ultramarine #18258E
Tints of Ultramarine #18258E
RGB
CMYK
RGB Variations
Color information
#18258E (or 0x18258E) is known color: Ultramarine. HEX triplet: 18, 25 and 8E. RGB value is (24,37,142). Sum of RGB (Red+Green+Blue) = 24+37+142=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #18258E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18258E is #E7DA71. Grayscale: #2C2C2C. Windows color (decimal): -15194738 or 9315608. OLE color: 9315608.
HSL color Cylindrical-coordinate representation of color #18258E: hue angle of 233.39º 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 #18258E is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 37 | 142 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.44 |
| HSL | 233.39º | 0.71% | 0.33% | - |
| HSV(B) | 233.39º | 0.83% | 0.56% | - |
| XYZ | 5.92 | 3.47 | 25.95 | - |
| YUV | 45.08 | 182.69 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 142 | 0.83 | 0.74 | 0 | 0.44 | 233.39 | 0.71 | 0.33 |
| Hex | 18 | 25 | 8E | 53 | 4A | 0 | 2C | E9 | 47 | 21 |
| Octal | 30 | 45 | 216 | 123 | 112 | 0 | 54 | 351 | 107 | 41 |
| Binary | 11000 | 100101 | 10001110 | 1010011 | 1001010 | 0 | 101100 | 11101001 | 1000111 | 100001 |
Color Harmonies of #18258E
Complementary color
Monochromatic Colors of #18258E
Black with #18258E
Text Example
Text Example
White with #18258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18258E; }
p { color: rgb(24,37,142); }
H1.HeaderClassName
{
color: #18258E;
}
.AnyTagClassName
{
color: #18258E;
}
</style>
background-color css
<style>
a { background-color: #18258E; }
a { background-color: rgb(24,37,142); }
div.DivClassName
{
background-color: #18258E;
}
.BgClassName
{
background-color: #18258E;
}
</style>
border-color css
<style>
span { border-color: #18258E; }
span { border-color: rgb(24,37,142); }
td.TdClassName
{
border-color: #18258E;
}
.TagClassName
{
border-color: #18258E;
}
</style>