Shades of Ultramarine #1F02B4
Tints of Ultramarine #1F02B4
RGB
CMYK
RGB Variations
Color information
#1F02B4 (or 0x1F02B4) is known color: Ultramarine. HEX triplet: 1F, 02 and B4. RGB value is (31,2,180). Sum of RGB (Red+Green+Blue) = 31+2+180=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 180 (70.70% from 255 or 84.51% from 213); Max value from RGB is 180 - color contains mainly: blue. Hex color #1F02B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F02B4 is #E0FD4B. Grayscale: #1E1E1E. Windows color (decimal): -14744908 or 11797023. OLE color: 11797023.
HSL color Cylindrical-coordinate representation of color #1F02B4: hue angle of 249.78º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F02B4 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 2 | 180 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.29 |
| HSL | 249.78º | 0.98% | 0.36% | - |
| HSV(B) | 249.78º | 0.99% | 0.71% | - |
| XYZ | 8.83 | 3.63 | 43.42 | - |
| YUV | 30.96 | 212.11 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 180 | 0.83 | 0.99 | 0 | 0.29 | 249.78 | 0.98 | 0.36 |
| Hex | 1F | 2 | B4 | 53 | 63 | 0 | 1D | FA | 62 | 24 |
| Octal | 37 | 2 | 264 | 123 | 143 | 0 | 35 | 372 | 142 | 44 |
| Binary | 11111 | 10 | 10110100 | 1010011 | 1100011 | 0 | 11101 | 11111010 | 1100010 | 100100 |
Color Harmonies of #1F02B4
Complementary color
Monochromatic Colors of #1F02B4
Black with #1F02B4
Text Example
Text Example
White with #1F02B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F02B4; }
p { color: rgb(31,2,180); }
H1.HeaderClassName
{
color: #1F02B4;
}
.AnyTagClassName
{
color: #1F02B4;
}
</style>
background-color css
<style>
a { background-color: #1F02B4; }
a { background-color: rgb(31,2,180); }
div.DivClassName
{
background-color: #1F02B4;
}
.BgClassName
{
background-color: #1F02B4;
}
</style>
border-color css
<style>
span { border-color: #1F02B4; }
span { border-color: rgb(31,2,180); }
td.TdClassName
{
border-color: #1F02B4;
}
.TagClassName
{
border-color: #1F02B4;
}
</style>