Shades of Ultramarine #180D83
Tints of Ultramarine #180D83
RGB
CMYK
RGB Variations
Color information
#180D83 (or 0x180D83) is known color: Ultramarine. HEX triplet: 18, 0D and 83. RGB value is (24,13,131). Sum of RGB (Red+Green+Blue) = 24+13+131=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 131 (51.56% from 255 or 77.98% from 168); Max value from RGB is 131 - color contains mainly: blue. Hex color #180D83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180D83 is #E7F27C. Grayscale: #1D1D1D. Windows color (decimal): -15200893 or 8588568. OLE color: 8588568.
HSL color Cylindrical-coordinate representation of color #180D83: hue angle of 245.59º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180D83 is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 13 | 131 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.49 |
| HSL | 245.59º | 0.82% | 0.28% | - |
| HSV(B) | 245.59º | 0.9% | 0.51% | - |
| XYZ | 4.62 | 2.12 | 21.64 | - |
| YUV | 29.74 | 185.14 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 131 | 0.82 | 0.90 | 0 | 0.49 | 245.59 | 0.82 | 0.28 |
| Hex | 18 | D | 83 | 52 | 5A | 0 | 31 | F6 | 52 | 1C |
| Octal | 30 | 15 | 203 | 122 | 132 | 0 | 61 | 366 | 122 | 34 |
| Binary | 11000 | 1101 | 10000011 | 1010010 | 1011010 | 0 | 110001 | 11110110 | 1010010 | 11100 |
Color Harmonies of #180D83
Complementary color
Monochromatic Colors of #180D83
Black with #180D83
Text Example
Text Example
White with #180D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D83; }
p { color: rgb(24,13,131); }
H1.HeaderClassName
{
color: #180D83;
}
.AnyTagClassName
{
color: #180D83;
}
</style>
background-color css
<style>
a { background-color: #180D83; }
a { background-color: rgb(24,13,131); }
div.DivClassName
{
background-color: #180D83;
}
.BgClassName
{
background-color: #180D83;
}
</style>
border-color css
<style>
span { border-color: #180D83; }
span { border-color: rgb(24,13,131); }
td.TdClassName
{
border-color: #180D83;
}
.TagClassName
{
border-color: #180D83;
}
</style>