Shades of Ultramarine #1F0399
Tints of Ultramarine #1F0399
RGB
CMYK
RGB Variations
Color information
#1F0399 (or 0x1F0399) is known color: Ultramarine. HEX triplet: 1F, 03 and 99. RGB value is (31,3,153). Sum of RGB (Red+Green+Blue) = 31+3+153=187 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.58% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 153 (60.16% from 255 or 81.82% from 187); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F0399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0399 is #E0FC66. Grayscale: #1B1B1B. Windows color (decimal): -14744679 or 10027807. OLE color: 10027807.
HSL color Cylindrical-coordinate representation of color #1F0399: hue angle of 251.2º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F0399 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 3 | 153 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.4 |
| HSL | 251.2º | 0.96% | 0.31% | - |
| HSV(B) | 251.2º | 0.98% | 0.6% | - |
| XYZ | 6.35 | 2.66 | 30.32 | - |
| YUV | 28.47 | 198.28 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 153 | 0.80 | 0.98 | 0 | 0.4 | 251.2 | 0.96 | 0.31 |
| Hex | 1F | 3 | 99 | 50 | 62 | 0 | 28 | FB | 60 | 1F |
| Octal | 37 | 3 | 231 | 120 | 142 | 0 | 50 | 373 | 140 | 37 |
| Binary | 11111 | 11 | 10011001 | 1010000 | 1100010 | 0 | 101000 | 11111011 | 1100000 | 11111 |
Color Harmonies of #1F0399
Complementary color
Monochromatic Colors of #1F0399
Black with #1F0399
Text Example
Text Example
White with #1F0399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0399; }
p { color: rgb(31,3,153); }
H1.HeaderClassName
{
color: #1F0399;
}
.AnyTagClassName
{
color: #1F0399;
}
</style>
background-color css
<style>
a { background-color: #1F0399; }
a { background-color: rgb(31,3,153); }
div.DivClassName
{
background-color: #1F0399;
}
.BgClassName
{
background-color: #1F0399;
}
</style>
border-color css
<style>
span { border-color: #1F0399; }
span { border-color: rgb(31,3,153); }
td.TdClassName
{
border-color: #1F0399;
}
.TagClassName
{
border-color: #1F0399;
}
</style>