Shades of Ultramarine #1812B2
Tints of Ultramarine #1812B2
RGB
CMYK
RGB Variations
Color information
#1812B2 (or 0x1812B2) is known color: Ultramarine. HEX triplet: 18, 12 and B2. RGB value is (24,18,178). Sum of RGB (Red+Green+Blue) = 24+18+178=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 178 (69.92% from 255 or 80.91% from 220); Max value from RGB is 178 - color contains mainly: blue. Hex color #1812B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1812B2 is #E7ED4D. Grayscale: #252525. Windows color (decimal): -15199566 or 11670040. OLE color: 11670040.
HSL color Cylindrical-coordinate representation of color #1812B2: hue angle of 242.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1812B2 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 18 | 178 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.30 |
| HSL | 242.25º | 0.82% | 0.38% | - |
| HSV(B) | 242.25º | 0.9% | 0.7% | - |
| XYZ | 8.63 | 3.84 | 42.41 | - |
| YUV | 38.03 | 206.99 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 178 | 0.87 | 0.90 | 0 | 0.30 | 242.25 | 0.82 | 0.38 |
| Hex | 18 | 12 | B2 | 57 | 5A | 0 | 1E | F2 | 52 | 26 |
| Octal | 30 | 22 | 262 | 127 | 132 | 0 | 36 | 362 | 122 | 46 |
| Binary | 11000 | 10010 | 10110010 | 1010111 | 1011010 | 0 | 11110 | 11110010 | 1010010 | 100110 |
Color Harmonies of #1812B2
Complementary color
Monochromatic Colors of #1812B2
Black with #1812B2
Text Example
Text Example
White with #1812B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1812B2; }
p { color: rgb(24,18,178); }
H1.HeaderClassName
{
color: #1812B2;
}
.AnyTagClassName
{
color: #1812B2;
}
</style>
background-color css
<style>
a { background-color: #1812B2; }
a { background-color: rgb(24,18,178); }
div.DivClassName
{
background-color: #1812B2;
}
.BgClassName
{
background-color: #1812B2;
}
</style>
border-color css
<style>
span { border-color: #1812B2; }
span { border-color: rgb(24,18,178); }
td.TdClassName
{
border-color: #1812B2;
}
.TagClassName
{
border-color: #1812B2;
}
</style>