Shades of Ultramarine #1F12B2
Tints of Ultramarine #1F12B2
RGB
CMYK
RGB Variations
Color information
#1F12B2 (or 0x1F12B2) is known color: Ultramarine. HEX triplet: 1F, 12 and B2. RGB value is (31,18,178). Sum of RGB (Red+Green+Blue) = 31+18+178=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 178 (69.92% from 255 or 78.41% from 227); Max value from RGB is 178 - color contains mainly: blue. Hex color #1F12B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F12B2 is #E0ED4D. Grayscale: #272727. Windows color (decimal): -14740814 or 11670047. OLE color: 11670047.
HSL color Cylindrical-coordinate representation of color #1F12B2: hue angle of 244.88º 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 #1F12B2 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 18 | 178 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.30 |
| HSL | 244.88º | 0.82% | 0.38% | - |
| HSV(B) | 244.88º | 0.9% | 0.7% | - |
| XYZ | 8.82 | 3.94 | 42.41 | - |
| YUV | 40.13 | 205.81 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 178 | 0.83 | 0.90 | 0 | 0.30 | 244.88 | 0.82 | 0.38 |
| Hex | 1F | 12 | B2 | 53 | 5A | 0 | 1E | F5 | 52 | 26 |
| Octal | 37 | 22 | 262 | 123 | 132 | 0 | 36 | 365 | 122 | 46 |
| Binary | 11111 | 10010 | 10110010 | 1010011 | 1011010 | 0 | 11110 | 11110101 | 1010010 | 100110 |
Color Harmonies of #1F12B2
Complementary color
Monochromatic Colors of #1F12B2
Black with #1F12B2
Text Example
Text Example
White with #1F12B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F12B2; }
p { color: rgb(31,18,178); }
H1.HeaderClassName
{
color: #1F12B2;
}
.AnyTagClassName
{
color: #1F12B2;
}
</style>
background-color css
<style>
a { background-color: #1F12B2; }
a { background-color: rgb(31,18,178); }
div.DivClassName
{
background-color: #1F12B2;
}
.BgClassName
{
background-color: #1F12B2;
}
</style>
border-color css
<style>
span { border-color: #1F12B2; }
span { border-color: rgb(31,18,178); }
td.TdClassName
{
border-color: #1F12B2;
}
.TagClassName
{
border-color: #1F12B2;
}
</style>