Shades of Ultramarine #1F1AAE
Tints of Ultramarine #1F1AAE
RGB
CMYK
RGB Variations
Color information
#1F1AAE (or 0x1F1AAE) is known color: Ultramarine. HEX triplet: 1F, 1A and AE. RGB value is (31,26,174). Sum of RGB (Red+Green+Blue) = 31+26+174=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 174 (68.36% from 255 or 75.32% from 231); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F1AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1AAE is #E0E551. Grayscale: #2B2B2B. Windows color (decimal): -14738770 or 11409951. OLE color: 11409951.
HSL color Cylindrical-coordinate representation of color #1F1AAE: hue angle of 242.03º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F1AAE is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 26 | 174 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.32 |
| HSL | 242.03º | 0.74% | 0.39% | - |
| HSV(B) | 242.03º | 0.85% | 0.68% | - |
| XYZ | 8.57 | 4.09 | 40.38 | - |
| YUV | 44.37 | 201.16 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 26 | 174 | 0.82 | 0.85 | 0 | 0.32 | 242.03 | 0.74 | 0.39 |
| Hex | 1F | 1A | AE | 52 | 55 | 0 | 20 | F2 | 4A | 27 |
| Octal | 37 | 32 | 256 | 122 | 125 | 0 | 40 | 362 | 112 | 47 |
| Binary | 11111 | 11010 | 10101110 | 1010010 | 1010101 | 0 | 100000 | 11110010 | 1001010 | 100111 |
Color Harmonies of #1F1AAE
Complementary color
Monochromatic Colors of #1F1AAE
Black with #1F1AAE
Text Example
Text Example
White with #1F1AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1AAE; }
p { color: rgb(31,26,174); }
H1.HeaderClassName
{
color: #1F1AAE;
}
.AnyTagClassName
{
color: #1F1AAE;
}
</style>
background-color css
<style>
a { background-color: #1F1AAE; }
a { background-color: rgb(31,26,174); }
div.DivClassName
{
background-color: #1F1AAE;
}
.BgClassName
{
background-color: #1F1AAE;
}
</style>
border-color css
<style>
span { border-color: #1F1AAE; }
span { border-color: rgb(31,26,174); }
td.TdClassName
{
border-color: #1F1AAE;
}
.TagClassName
{
border-color: #1F1AAE;
}
</style>