Shades of Ultramarine #0D18A4
Tints of Ultramarine #0D18A4
RGB
CMYK
RGB Variations
Color information
#0D18A4 (or 0x0D18A4) is known color: Ultramarine. HEX triplet: 0D, 18 and A4. RGB value is (13,24,164). Sum of RGB (Red+Green+Blue) = 13+24+164=201 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.47% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 164 (64.45% from 255 or 81.59% from 201); Max value from RGB is 164 - color contains mainly: blue. Hex color #0D18A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D18A4 is #F2E75B. Grayscale: #242424. Windows color (decimal): -15918940 or 10754061. OLE color: 10754061.
HSL color Cylindrical-coordinate representation of color #0D18A4: hue angle of 235.63º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D18A4 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 24 | 164 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.36 |
| HSL | 235.63º | 0.85% | 0.35% | - |
| HSV(B) | 235.63º | 0.92% | 0.64% | - |
| XYZ | 7.19 | 3.42 | 35.4 | - |
| YUV | 36.67 | 199.86 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 24 | 164 | 0.92 | 0.85 | 0 | 0.36 | 235.63 | 0.85 | 0.35 |
| Hex | D | 18 | A4 | 5C | 55 | 0 | 24 | EC | 55 | 23 |
| Octal | 15 | 30 | 244 | 134 | 125 | 0 | 44 | 354 | 125 | 43 |
| Binary | 1101 | 11000 | 10100100 | 1011100 | 1010101 | 0 | 100100 | 11101100 | 1010101 | 100011 |
Color Harmonies of #0D18A4
Complementary color
Monochromatic Colors of #0D18A4
Black with #0D18A4
Text Example
Text Example
White with #0D18A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D18A4; }
p { color: rgb(13,24,164); }
H1.HeaderClassName
{
color: #0D18A4;
}
.AnyTagClassName
{
color: #0D18A4;
}
</style>
background-color css
<style>
a { background-color: #0D18A4; }
a { background-color: rgb(13,24,164); }
div.DivClassName
{
background-color: #0D18A4;
}
.BgClassName
{
background-color: #0D18A4;
}
</style>
border-color css
<style>
span { border-color: #0D18A4; }
span { border-color: rgb(13,24,164); }
td.TdClassName
{
border-color: #0D18A4;
}
.TagClassName
{
border-color: #0D18A4;
}
</style>