Shades of Ultramarine #12039C
Tints of Ultramarine #12039C
RGB
CMYK
RGB Variations
Color information
#12039C (or 0x12039C) is known color: Ultramarine. HEX triplet: 12, 03 and 9C. RGB value is (18,3,156). Sum of RGB (Red+Green+Blue) = 18+3+156=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 156 (61.33% from 255 or 88.14% from 177); Max value from RGB is 156 - color contains mainly: blue. Hex color #12039C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12039C is #EDFC63. Grayscale: #181818. Windows color (decimal): -15596644 or 10224402. OLE color: 10224402.
HSL color Cylindrical-coordinate representation of color #12039C: hue angle of 245.88º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #12039C is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 3 | 156 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.39 |
| HSL | 245.88º | 0.96% | 0.31% | - |
| HSV(B) | 245.88º | 0.98% | 0.61% | - |
| XYZ | 6.28 | 2.59 | 31.62 | - |
| YUV | 24.93 | 201.97 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 156 | 0.88 | 0.98 | 0 | 0.39 | 245.88 | 0.96 | 0.31 |
| Hex | 12 | 3 | 9C | 58 | 62 | 0 | 27 | F6 | 60 | 1F |
| Octal | 22 | 3 | 234 | 130 | 142 | 0 | 47 | 366 | 140 | 37 |
| Binary | 10010 | 11 | 10011100 | 1011000 | 1100010 | 0 | 100111 | 11110110 | 1100000 | 11111 |
Color Harmonies of #12039C
Complementary color
Monochromatic Colors of #12039C
Black with #12039C
Text Example
Text Example
White with #12039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12039C; }
p { color: rgb(18,3,156); }
H1.HeaderClassName
{
color: #12039C;
}
.AnyTagClassName
{
color: #12039C;
}
</style>
background-color css
<style>
a { background-color: #12039C; }
a { background-color: rgb(18,3,156); }
div.DivClassName
{
background-color: #12039C;
}
.BgClassName
{
background-color: #12039C;
}
</style>
border-color css
<style>
span { border-color: #12039C; }
span { border-color: rgb(18,3,156); }
td.TdClassName
{
border-color: #12039C;
}
.TagClassName
{
border-color: #12039C;
}
</style>