Shades of Ultramarine #17248E
Tints of Ultramarine #17248E
RGB
CMYK
RGB Variations
Color information
#17248E (or 0x17248E) is known color: Ultramarine. HEX triplet: 17, 24 and 8E. RGB value is (23,36,142). Sum of RGB (Red+Green+Blue) = 23+36+142=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 142 (55.86% from 255 or 70.65% from 201); Max value from RGB is 142 - color contains mainly: blue. Hex color #17248E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17248E is #E8DB71. Grayscale: #2B2B2B. Windows color (decimal): -15260530 or 9315351. OLE color: 9315351.
HSL color Cylindrical-coordinate representation of color #17248E: hue angle of 233.45º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17248E is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 36 | 142 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.44 |
| HSL | 233.45º | 0.72% | 0.32% | - |
| HSV(B) | 233.45º | 0.84% | 0.56% | - |
| XYZ | 5.87 | 3.4 | 25.94 | - |
| YUV | 44.2 | 183.19 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 36 | 142 | 0.84 | 0.75 | 0 | 0.44 | 233.45 | 0.72 | 0.32 |
| Hex | 17 | 24 | 8E | 54 | 4B | 0 | 2C | E9 | 48 | 20 |
| Octal | 27 | 44 | 216 | 124 | 113 | 0 | 54 | 351 | 110 | 40 |
| Binary | 10111 | 100100 | 10001110 | 1010100 | 1001011 | 0 | 101100 | 11101001 | 1001000 | 100000 |
Color Harmonies of #17248E
Complementary color
Monochromatic Colors of #17248E
Black with #17248E
Text Example
Text Example
White with #17248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17248E; }
p { color: rgb(23,36,142); }
H1.HeaderClassName
{
color: #17248E;
}
.AnyTagClassName
{
color: #17248E;
}
</style>
background-color css
<style>
a { background-color: #17248E; }
a { background-color: rgb(23,36,142); }
div.DivClassName
{
background-color: #17248E;
}
.BgClassName
{
background-color: #17248E;
}
</style>
border-color css
<style>
span { border-color: #17248E; }
span { border-color: rgb(23,36,142); }
td.TdClassName
{
border-color: #17248E;
}
.TagClassName
{
border-color: #17248E;
}
</style>