Shades of Ultramarine #12058B
Tints of Ultramarine #12058B
RGB
CMYK
RGB Variations
Color information
#12058B (or 0x12058B) is known color: Ultramarine. HEX triplet: 12, 05 and 8B. RGB value is (18,5,139). Sum of RGB (Red+Green+Blue) = 18+5+139=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 139 (54.69% from 255 or 85.80% from 162); Max value from RGB is 139 - color contains mainly: blue. Hex color #12058B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12058B is #EDFA74. Grayscale: #171717. Windows color (decimal): -15596149 or 9110802. OLE color: 9110802.
HSL color Cylindrical-coordinate representation of color #12058B: hue angle of 245.82º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12058B is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 5 | 139 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.45 |
| HSL | 245.82º | 0.93% | 0.28% | - |
| HSV(B) | 245.82º | 0.96% | 0.55% | - |
| XYZ | 4.96 | 2.1 | 24.57 | - |
| YUV | 24.16 | 192.81 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 139 | 0.87 | 0.96 | 0 | 0.45 | 245.82 | 0.93 | 0.28 |
| Hex | 12 | 5 | 8B | 57 | 60 | 0 | 2D | F6 | 5D | 1C |
| Octal | 22 | 5 | 213 | 127 | 140 | 0 | 55 | 366 | 135 | 34 |
| Binary | 10010 | 101 | 10001011 | 1010111 | 1100000 | 0 | 101101 | 11110110 | 1011101 | 11100 |
Color Harmonies of #12058B
Complementary color
Monochromatic Colors of #12058B
Black with #12058B
Text Example
Text Example
White with #12058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12058B; }
p { color: rgb(18,5,139); }
H1.HeaderClassName
{
color: #12058B;
}
.AnyTagClassName
{
color: #12058B;
}
</style>
background-color css
<style>
a { background-color: #12058B; }
a { background-color: rgb(18,5,139); }
div.DivClassName
{
background-color: #12058B;
}
.BgClassName
{
background-color: #12058B;
}
</style>
border-color css
<style>
span { border-color: #12058B; }
span { border-color: rgb(18,5,139); }
td.TdClassName
{
border-color: #12058B;
}
.TagClassName
{
border-color: #12058B;
}
</style>