Shades of Ultramarine #1F18A1
Tints of Ultramarine #1F18A1
RGB
CMYK
RGB Variations
Color information
#1F18A1 (or 0x1F18A1) is known color: Ultramarine. HEX triplet: 1F, 18 and A1. RGB value is (31,24,161). Sum of RGB (Red+Green+Blue) = 31+24+161=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 161 (63.28% from 255 or 74.54% from 216); Max value from RGB is 161 - color contains mainly: blue. Hex color #1F18A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F18A1 is #E0E75E. Grayscale: #292929. Windows color (decimal): -14739295 or 10557471. OLE color: 10557471.
HSL color Cylindrical-coordinate representation of color #1F18A1: hue angle of 243.07º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F18A1 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 24 | 161 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.37 |
| HSL | 243.07º | 0.74% | 0.36% | - |
| HSV(B) | 243.07º | 0.85% | 0.63% | - |
| XYZ | 7.32 | 3.52 | 34.01 | - |
| YUV | 41.71 | 195.32 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 161 | 0.81 | 0.85 | 0 | 0.37 | 243.07 | 0.74 | 0.36 |
| Hex | 1F | 18 | A1 | 51 | 55 | 0 | 25 | F3 | 4A | 24 |
| Octal | 37 | 30 | 241 | 121 | 125 | 0 | 45 | 363 | 112 | 44 |
| Binary | 11111 | 11000 | 10100001 | 1010001 | 1010101 | 0 | 100101 | 11110011 | 1001010 | 100100 |
Color Harmonies of #1F18A1
Complementary color
Monochromatic Colors of #1F18A1
Black with #1F18A1
Text Example
Text Example
White with #1F18A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F18A1; }
p { color: rgb(31,24,161); }
H1.HeaderClassName
{
color: #1F18A1;
}
.AnyTagClassName
{
color: #1F18A1;
}
</style>
background-color css
<style>
a { background-color: #1F18A1; }
a { background-color: rgb(31,24,161); }
div.DivClassName
{
background-color: #1F18A1;
}
.BgClassName
{
background-color: #1F18A1;
}
</style>
border-color css
<style>
span { border-color: #1F18A1; }
span { border-color: rgb(31,24,161); }
td.TdClassName
{
border-color: #1F18A1;
}
.TagClassName
{
border-color: #1F18A1;
}
</style>