Shades of Ultramarine #1F03B3
Tints of Ultramarine #1F03B3
RGB
CMYK
RGB Variations
Color information
#1F03B3 (or 0x1F03B3) is known color: Ultramarine. HEX triplet: 1F, 03 and B3. RGB value is (31,3,179). Sum of RGB (Red+Green+Blue) = 31+3+179=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 179 (70.31% from 255 or 84.04% from 213); Max value from RGB is 179 - color contains mainly: blue. Hex color #1F03B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F03B3 is #E0FC4C. Grayscale: #1E1E1E. Windows color (decimal): -14744653 or 11731743. OLE color: 11731743.
HSL color Cylindrical-coordinate representation of color #1F03B3: hue angle of 249.55º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F03B3 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 3 | 179 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.30 |
| HSL | 249.55º | 0.97% | 0.36% | - |
| HSV(B) | 249.55º | 0.98% | 0.7% | - |
| XYZ | 8.73 | 3.61 | 42.88 | - |
| YUV | 31.44 | 211.28 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 179 | 0.83 | 0.98 | 0 | 0.30 | 249.55 | 0.97 | 0.36 |
| Hex | 1F | 3 | B3 | 53 | 62 | 0 | 1E | FA | 61 | 24 |
| Octal | 37 | 3 | 263 | 123 | 142 | 0 | 36 | 372 | 141 | 44 |
| Binary | 11111 | 11 | 10110011 | 1010011 | 1100010 | 0 | 11110 | 11111010 | 1100001 | 100100 |
Color Harmonies of #1F03B3
Complementary color
Monochromatic Colors of #1F03B3
Black with #1F03B3
Text Example
Text Example
White with #1F03B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F03B3; }
p { color: rgb(31,3,179); }
H1.HeaderClassName
{
color: #1F03B3;
}
.AnyTagClassName
{
color: #1F03B3;
}
</style>
background-color css
<style>
a { background-color: #1F03B3; }
a { background-color: rgb(31,3,179); }
div.DivClassName
{
background-color: #1F03B3;
}
.BgClassName
{
background-color: #1F03B3;
}
</style>
border-color css
<style>
span { border-color: #1F03B3; }
span { border-color: rgb(31,3,179); }
td.TdClassName
{
border-color: #1F03B3;
}
.TagClassName
{
border-color: #1F03B3;
}
</style>