Shades of Ultramarine #1F05B4
Tints of Ultramarine #1F05B4
RGB
CMYK
RGB Variations
Color information
#1F05B4 (or 0x1F05B4) is known color: Ultramarine. HEX triplet: 1F, 05 and B4. RGB value is (31,5,180). Sum of RGB (Red+Green+Blue) = 31+5+180=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 180 (70.70% from 255 or 83.33% from 216); Max value from RGB is 180 - color contains mainly: blue. Hex color #1F05B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F05B4 is #E0FA4B. Grayscale: #202020. Windows color (decimal): -14744140 or 11797791. OLE color: 11797791.
HSL color Cylindrical-coordinate representation of color #1F05B4: hue angle of 248.91º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F05B4 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 5 | 180 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.29 |
| HSL | 248.91º | 0.95% | 0.36% | - |
| HSV(B) | 248.91º | 0.97% | 0.71% | - |
| XYZ | 8.86 | 3.7 | 43.43 | - |
| YUV | 32.72 | 211.11 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 180 | 0.83 | 0.97 | 0 | 0.29 | 248.91 | 0.95 | 0.36 |
| Hex | 1F | 5 | B4 | 53 | 61 | 0 | 1D | F9 | 5F | 24 |
| Octal | 37 | 5 | 264 | 123 | 141 | 0 | 35 | 371 | 137 | 44 |
| Binary | 11111 | 101 | 10110100 | 1010011 | 1100001 | 0 | 11101 | 11111001 | 1011111 | 100100 |
Color Harmonies of #1F05B4
Complementary color
Monochromatic Colors of #1F05B4
Black with #1F05B4
Text Example
Text Example
White with #1F05B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F05B4; }
p { color: rgb(31,5,180); }
H1.HeaderClassName
{
color: #1F05B4;
}
.AnyTagClassName
{
color: #1F05B4;
}
</style>
background-color css
<style>
a { background-color: #1F05B4; }
a { background-color: rgb(31,5,180); }
div.DivClassName
{
background-color: #1F05B4;
}
.BgClassName
{
background-color: #1F05B4;
}
</style>
border-color css
<style>
span { border-color: #1F05B4; }
span { border-color: rgb(31,5,180); }
td.TdClassName
{
border-color: #1F05B4;
}
.TagClassName
{
border-color: #1F05B4;
}
</style>