Shades of Ultramarine #1F12AF
Tints of Ultramarine #1F12AF
RGB
CMYK
RGB Variations
Color information
#1F12AF (or 0x1F12AF) is known color: Ultramarine. HEX triplet: 1F, 12 and AF. RGB value is (31,18,175). Sum of RGB (Red+Green+Blue) = 31+18+175=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 175 (68.75% from 255 or 78.12% from 224); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F12AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F12AF is #E0ED50. Grayscale: #272727. Windows color (decimal): -14740817 or 11473439. OLE color: 11473439.
HSL color Cylindrical-coordinate representation of color #1F12AF: hue angle of 244.97º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F12AF is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 18 | 175 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.31 |
| HSL | 244.97º | 0.81% | 0.38% | - |
| HSV(B) | 244.97º | 0.9% | 0.69% | - |
| XYZ | 8.52 | 3.82 | 40.85 | - |
| YUV | 39.79 | 204.31 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 175 | 0.82 | 0.90 | 0 | 0.31 | 244.97 | 0.81 | 0.38 |
| Hex | 1F | 12 | AF | 52 | 5A | 0 | 1F | F5 | 51 | 26 |
| Octal | 37 | 22 | 257 | 122 | 132 | 0 | 37 | 365 | 121 | 46 |
| Binary | 11111 | 10010 | 10101111 | 1010010 | 1011010 | 0 | 11111 | 11110101 | 1010001 | 100110 |
Color Harmonies of #1F12AF
Complementary color
Monochromatic Colors of #1F12AF
Black with #1F12AF
Text Example
Text Example
White with #1F12AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F12AF; }
p { color: rgb(31,18,175); }
H1.HeaderClassName
{
color: #1F12AF;
}
.AnyTagClassName
{
color: #1F12AF;
}
</style>
background-color css
<style>
a { background-color: #1F12AF; }
a { background-color: rgb(31,18,175); }
div.DivClassName
{
background-color: #1F12AF;
}
.BgClassName
{
background-color: #1F12AF;
}
</style>
border-color css
<style>
span { border-color: #1F12AF; }
span { border-color: rgb(31,18,175); }
td.TdClassName
{
border-color: #1F12AF;
}
.TagClassName
{
border-color: #1F12AF;
}
</style>