Shades of Ultramarine #12017D
Tints of Ultramarine #12017D
RGB
CMYK
RGB Variations
Color information
#12017D (or 0x12017D) is known color: Ultramarine. HEX triplet: 12, 01 and 7D. RGB value is (18,1,125). Sum of RGB (Red+Green+Blue) = 18+1+125=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 125 (49.22% from 255 or 86.81% from 144); Max value from RGB is 125 - color contains mainly: blue. Hex color #12017D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12017D is #EDFE82. Grayscale: #131313. Windows color (decimal): -15597187 or 8192274. OLE color: 8192274.
HSL color Cylindrical-coordinate representation of color #12017D: hue angle of 248.23º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12017D is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 1 | 125 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.51 |
| HSL | 248.23º | 0.98% | 0.25% | - |
| HSV(B) | 248.23º | 0.99% | 0.49% | - |
| XYZ | 3.96 | 1.63 | 19.51 | - |
| YUV | 20.22 | 187.13 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 125 | 0.86 | 0.99 | 0 | 0.51 | 248.23 | 0.98 | 0.25 |
| Hex | 12 | 1 | 7D | 56 | 63 | 0 | 33 | F8 | 62 | 19 |
| Octal | 22 | 1 | 175 | 126 | 143 | 0 | 63 | 370 | 142 | 31 |
| Binary | 10010 | 1 | 1111101 | 1010110 | 1100011 | 0 | 110011 | 11111000 | 1100010 | 11001 |
Color Harmonies of #12017D
Complementary color
Monochromatic Colors of #12017D
Black with #12017D
Text Example
Text Example
White with #12017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12017D; }
p { color: rgb(18,1,125); }
H1.HeaderClassName
{
color: #12017D;
}
.AnyTagClassName
{
color: #12017D;
}
</style>
background-color css
<style>
a { background-color: #12017D; }
a { background-color: rgb(18,1,125); }
div.DivClassName
{
background-color: #12017D;
}
.BgClassName
{
background-color: #12017D;
}
</style>
border-color css
<style>
span { border-color: #12017D; }
span { border-color: rgb(18,1,125); }
td.TdClassName
{
border-color: #12017D;
}
.TagClassName
{
border-color: #12017D;
}
</style>