Shades of Ultramarine #1F0290
Tints of Ultramarine #1F0290
RGB
CMYK
RGB Variations
Color information
#1F0290 (or 0x1F0290) is known color: Ultramarine. HEX triplet: 1F, 02 and 90. RGB value is (31,2,144). Sum of RGB (Red+Green+Blue) = 31+2+144=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 144 (56.64% from 255 or 81.36% from 177); Max value from RGB is 144 - color contains mainly: blue. Hex color #1F0290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0290 is #E0FD6F. Grayscale: #1A1A1A. Windows color (decimal): -14744944 or 9437727. OLE color: 9437727.
HSL color Cylindrical-coordinate representation of color #1F0290: hue angle of 252.25º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F0290 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 2 | 144 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.44 |
| HSL | 252.25º | 0.97% | 0.29% | - |
| HSV(B) | 252.25º | 0.99% | 0.56% | - |
| XYZ | 5.62 | 2.35 | 26.54 | - |
| YUV | 26.86 | 194.11 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 144 | 0.78 | 0.99 | 0 | 0.44 | 252.25 | 0.97 | 0.29 |
| Hex | 1F | 2 | 90 | 4E | 63 | 0 | 2C | FC | 61 | 1D |
| Octal | 37 | 2 | 220 | 116 | 143 | 0 | 54 | 374 | 141 | 35 |
| Binary | 11111 | 10 | 10010000 | 1001110 | 1100011 | 0 | 101100 | 11111100 | 1100001 | 11101 |
Color Harmonies of #1F0290
Complementary color
Monochromatic Colors of #1F0290
Black with #1F0290
Text Example
Text Example
White with #1F0290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0290; }
p { color: rgb(31,2,144); }
H1.HeaderClassName
{
color: #1F0290;
}
.AnyTagClassName
{
color: #1F0290;
}
</style>
background-color css
<style>
a { background-color: #1F0290; }
a { background-color: rgb(31,2,144); }
div.DivClassName
{
background-color: #1F0290;
}
.BgClassName
{
background-color: #1F0290;
}
</style>
border-color css
<style>
span { border-color: #1F0290; }
span { border-color: rgb(31,2,144); }
td.TdClassName
{
border-color: #1F0290;
}
.TagClassName
{
border-color: #1F0290;
}
</style>