Shades of Ultramarine #17238C
Tints of Ultramarine #17238C
RGB
CMYK
RGB Variations
Color information
#17238C (or 0x17238C) is known color: Ultramarine. HEX triplet: 17, 23 and 8C. RGB value is (23,35,140). Sum of RGB (Red+Green+Blue) = 23+35+140=198 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.62% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 140 (55.08% from 255 or 70.71% from 198); Max value from RGB is 140 - color contains mainly: blue. Hex color #17238C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17238C is #E8DC73. Grayscale: #2A2A2A. Windows color (decimal): -15260788 or 9184023. OLE color: 9184023.
HSL color Cylindrical-coordinate representation of color #17238C: hue angle of 233.85º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17238C is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 35 | 140 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.45 |
| HSL | 233.85º | 0.72% | 0.32% | - |
| HSV(B) | 233.85º | 0.84% | 0.55% | - |
| XYZ | 5.69 | 3.28 | 25.14 | - |
| YUV | 43.38 | 182.52 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 35 | 140 | 0.84 | 0.75 | 0 | 0.45 | 233.85 | 0.72 | 0.32 |
| Hex | 17 | 23 | 8C | 54 | 4B | 0 | 2D | EA | 48 | 20 |
| Octal | 27 | 43 | 214 | 124 | 113 | 0 | 55 | 352 | 110 | 40 |
| Binary | 10111 | 100011 | 10001100 | 1010100 | 1001011 | 0 | 101101 | 11101010 | 1001000 | 100000 |
Color Harmonies of #17238C
Complementary color
Monochromatic Colors of #17238C
Black with #17238C
Text Example
Text Example
White with #17238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17238C; }
p { color: rgb(23,35,140); }
H1.HeaderClassName
{
color: #17238C;
}
.AnyTagClassName
{
color: #17238C;
}
</style>
background-color css
<style>
a { background-color: #17238C; }
a { background-color: rgb(23,35,140); }
div.DivClassName
{
background-color: #17238C;
}
.BgClassName
{
background-color: #17238C;
}
</style>
border-color css
<style>
span { border-color: #17238C; }
span { border-color: rgb(23,35,140); }
td.TdClassName
{
border-color: #17238C;
}
.TagClassName
{
border-color: #17238C;
}
</style>