Shades of Ultramarine #1F18AA
Tints of Ultramarine #1F18AA
RGB
CMYK
RGB Variations
Color information
#1F18AA (or 0x1F18AA) is known color: Ultramarine. HEX triplet: 1F, 18 and AA. RGB value is (31,24,170). Sum of RGB (Red+Green+Blue) = 31+24+170=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 170 (66.80% from 255 or 75.56% from 225); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F18AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F18AA is #E0E755. Grayscale: #2A2A2A. Windows color (decimal): -14739286 or 11147295. OLE color: 11147295.
HSL color Cylindrical-coordinate representation of color #1F18AA: hue angle of 242.88º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F18AA is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 24 | 170 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.33 |
| HSL | 242.88º | 0.75% | 0.38% | - |
| HSV(B) | 242.88º | 0.86% | 0.67% | - |
| XYZ | 8.15 | 3.85 | 38.34 | - |
| YUV | 42.74 | 199.82 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 170 | 0.82 | 0.86 | 0 | 0.33 | 242.88 | 0.75 | 0.38 |
| Hex | 1F | 18 | AA | 52 | 56 | 0 | 21 | F3 | 4B | 26 |
| Octal | 37 | 30 | 252 | 122 | 126 | 0 | 41 | 363 | 113 | 46 |
| Binary | 11111 | 11000 | 10101010 | 1010010 | 1010110 | 0 | 100001 | 11110011 | 1001011 | 100110 |
Color Harmonies of #1F18AA
Complementary color
Monochromatic Colors of #1F18AA
Black with #1F18AA
Text Example
Text Example
White with #1F18AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F18AA; }
p { color: rgb(31,24,170); }
H1.HeaderClassName
{
color: #1F18AA;
}
.AnyTagClassName
{
color: #1F18AA;
}
</style>
background-color css
<style>
a { background-color: #1F18AA; }
a { background-color: rgb(31,24,170); }
div.DivClassName
{
background-color: #1F18AA;
}
.BgClassName
{
background-color: #1F18AA;
}
</style>
border-color css
<style>
span { border-color: #1F18AA; }
span { border-color: rgb(31,24,170); }
td.TdClassName
{
border-color: #1F18AA;
}
.TagClassName
{
border-color: #1F18AA;
}
</style>