Shades of Ultramarine #1F05A0
Tints of Ultramarine #1F05A0
RGB
CMYK
RGB Variations
Color information
#1F05A0 (or 0x1F05A0) is known color: Ultramarine. HEX triplet: 1F, 05 and A0. RGB value is (31,5,160). Sum of RGB (Red+Green+Blue) = 31+5+160=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 160 (62.89% from 255 or 81.63% from 196); Max value from RGB is 160 - color contains mainly: blue. Hex color #1F05A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F05A0 is #E0FA5F. Grayscale: #1D1D1D. Windows color (decimal): -14744160 or 10487071. OLE color: 10487071.
HSL color Cylindrical-coordinate representation of color #1F05A0: hue angle of 250.06º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F05A0 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 5 | 160 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.37 |
| HSL | 250.06º | 0.94% | 0.32% | - |
| HSV(B) | 250.06º | 0.97% | 0.63% | - |
| XYZ | 6.96 | 2.94 | 33.46 | - |
| YUV | 30.44 | 201.11 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 160 | 0.81 | 0.97 | 0 | 0.37 | 250.06 | 0.94 | 0.32 |
| Hex | 1F | 5 | A0 | 51 | 61 | 0 | 25 | FA | 5E | 20 |
| Octal | 37 | 5 | 240 | 121 | 141 | 0 | 45 | 372 | 136 | 40 |
| Binary | 11111 | 101 | 10100000 | 1010001 | 1100001 | 0 | 100101 | 11111010 | 1011110 | 100000 |
Color Harmonies of #1F05A0
Complementary color
Monochromatic Colors of #1F05A0
Black with #1F05A0
Text Example
Text Example
White with #1F05A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F05A0; }
p { color: rgb(31,5,160); }
H1.HeaderClassName
{
color: #1F05A0;
}
.AnyTagClassName
{
color: #1F05A0;
}
</style>
background-color css
<style>
a { background-color: #1F05A0; }
a { background-color: rgb(31,5,160); }
div.DivClassName
{
background-color: #1F05A0;
}
.BgClassName
{
background-color: #1F05A0;
}
</style>
border-color css
<style>
span { border-color: #1F05A0; }
span { border-color: rgb(31,5,160); }
td.TdClassName
{
border-color: #1F05A0;
}
.TagClassName
{
border-color: #1F05A0;
}
</style>