Shades of Ultramarine #1F1AAA
Tints of Ultramarine #1F1AAA
RGB
CMYK
RGB Variations
Color information
#1F1AAA (or 0x1F1AAA) is known color: Ultramarine. HEX triplet: 1F, 1A and AA. RGB value is (31,26,170). Sum of RGB (Red+Green+Blue) = 31+26+170=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F1AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1AAA is #E0E555. Grayscale: #2B2B2B. Windows color (decimal): -14738774 or 11147807. OLE color: 11147807.
HSL color Cylindrical-coordinate representation of color #1F1AAA: hue angle of 242.08º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F1AAA is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 26 | 170 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.33 |
| HSL | 242.08º | 0.73% | 0.38% | - |
| HSV(B) | 242.08º | 0.85% | 0.67% | - |
| XYZ | 8.19 | 3.93 | 38.36 | - |
| YUV | 43.91 | 199.16 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 26 | 170 | 0.82 | 0.85 | 0 | 0.33 | 242.08 | 0.73 | 0.38 |
| Hex | 1F | 1A | AA | 52 | 55 | 0 | 21 | F2 | 49 | 26 |
| Octal | 37 | 32 | 252 | 122 | 125 | 0 | 41 | 362 | 111 | 46 |
| Binary | 11111 | 11010 | 10101010 | 1010010 | 1010101 | 0 | 100001 | 11110010 | 1001001 | 100110 |
Color Harmonies of #1F1AAA
Complementary color
Monochromatic Colors of #1F1AAA
Black with #1F1AAA
Text Example
Text Example
White with #1F1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1AAA; }
p { color: rgb(31,26,170); }
H1.HeaderClassName
{
color: #1F1AAA;
}
.AnyTagClassName
{
color: #1F1AAA;
}
</style>
background-color css
<style>
a { background-color: #1F1AAA; }
a { background-color: rgb(31,26,170); }
div.DivClassName
{
background-color: #1F1AAA;
}
.BgClassName
{
background-color: #1F1AAA;
}
</style>
border-color css
<style>
span { border-color: #1F1AAA; }
span { border-color: rgb(31,26,170); }
td.TdClassName
{
border-color: #1F1AAA;
}
.TagClassName
{
border-color: #1F1AAA;
}
</style>