Shades of Ultramarine #1F18AB
Tints of Ultramarine #1F18AB
RGB
CMYK
RGB Variations
Color information
#1F18AB (or 0x1F18AB) is known color: Ultramarine. HEX triplet: 1F, 18 and AB. RGB value is (31,24,171). Sum of RGB (Red+Green+Blue) = 31+24+171=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 171 (67.19% from 255 or 75.66% from 226); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F18AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F18AB is #E0E754. Grayscale: #2A2A2A. Windows color (decimal): -14739285 or 11212831. OLE color: 11212831.
HSL color Cylindrical-coordinate representation of color #1F18AB: hue angle of 242.86º 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 #1F18AB is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 24 | 171 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.33 |
| HSL | 242.86º | 0.75% | 0.38% | - |
| HSV(B) | 242.86º | 0.86% | 0.67% | - |
| XYZ | 8.24 | 3.88 | 38.84 | - |
| YUV | 42.85 | 200.32 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 171 | 0.82 | 0.86 | 0 | 0.33 | 242.86 | 0.75 | 0.38 |
| Hex | 1F | 18 | AB | 52 | 56 | 0 | 21 | F3 | 4B | 26 |
| Octal | 37 | 30 | 253 | 122 | 126 | 0 | 41 | 363 | 113 | 46 |
| Binary | 11111 | 11000 | 10101011 | 1010010 | 1010110 | 0 | 100001 | 11110011 | 1001011 | 100110 |
Color Harmonies of #1F18AB
Complementary color
Monochromatic Colors of #1F18AB
Black with #1F18AB
Text Example
Text Example
White with #1F18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F18AB; }
p { color: rgb(31,24,171); }
H1.HeaderClassName
{
color: #1F18AB;
}
.AnyTagClassName
{
color: #1F18AB;
}
</style>
background-color css
<style>
a { background-color: #1F18AB; }
a { background-color: rgb(31,24,171); }
div.DivClassName
{
background-color: #1F18AB;
}
.BgClassName
{
background-color: #1F18AB;
}
</style>
border-color css
<style>
span { border-color: #1F18AB; }
span { border-color: rgb(31,24,171); }
td.TdClassName
{
border-color: #1F18AB;
}
.TagClassName
{
border-color: #1F18AB;
}
</style>