Shades of Ultramarine #12019C
Tints of Ultramarine #12019C
RGB
CMYK
RGB Variations
Color information
#12019C (or 0x12019C) is known color: Ultramarine. HEX triplet: 12, 01 and 9C. RGB value is (18,1,156). Sum of RGB (Red+Green+Blue) = 18+1+156=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 156 (61.33% from 255 or 89.14% from 175); Max value from RGB is 156 - color contains mainly: blue. Hex color #12019C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12019C is #EDFE63. Grayscale: #171717. Windows color (decimal): -15597156 or 10223890. OLE color: 10223890.
HSL color Cylindrical-coordinate representation of color #12019C: hue angle of 246.58º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12019C is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 1 | 156 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.39 |
| HSL | 246.58º | 0.99% | 0.31% | - |
| HSV(B) | 246.58º | 0.99% | 0.61% | - |
| XYZ | 6.26 | 2.55 | 31.61 | - |
| YUV | 23.75 | 202.63 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 156 | 0.88 | 0.99 | 0 | 0.39 | 246.58 | 0.99 | 0.31 |
| Hex | 12 | 1 | 9C | 58 | 63 | 0 | 27 | F7 | 63 | 1F |
| Octal | 22 | 1 | 234 | 130 | 143 | 0 | 47 | 367 | 143 | 37 |
| Binary | 10010 | 1 | 10011100 | 1011000 | 1100011 | 0 | 100111 | 11110111 | 1100011 | 11111 |
Color Harmonies of #12019C
Complementary color
Monochromatic Colors of #12019C
Black with #12019C
Text Example
Text Example
White with #12019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12019C; }
p { color: rgb(18,1,156); }
H1.HeaderClassName
{
color: #12019C;
}
.AnyTagClassName
{
color: #12019C;
}
</style>
background-color css
<style>
a { background-color: #12019C; }
a { background-color: rgb(18,1,156); }
div.DivClassName
{
background-color: #12019C;
}
.BgClassName
{
background-color: #12019C;
}
</style>
border-color css
<style>
span { border-color: #12019C; }
span { border-color: rgb(18,1,156); }
td.TdClassName
{
border-color: #12019C;
}
.TagClassName
{
border-color: #12019C;
}
</style>