Shades of Ultramarine #1F08A1
Tints of Ultramarine #1F08A1
RGB
CMYK
RGB Variations
Color information
#1F08A1 (or 0x1F08A1) is known color: Ultramarine. HEX triplet: 1F, 08 and A1. RGB value is (31,8,161). Sum of RGB (Red+Green+Blue) = 31+8+161=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 161 (63.28% from 255 or 80.5% from 200); Max value from RGB is 161 - color contains mainly: blue. Hex color #1F08A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F08A1 is #E0F75E. Grayscale: #1F1F1F. Windows color (decimal): -14743391 or 10553375. OLE color: 10553375.
HSL color Cylindrical-coordinate representation of color #1F08A1: hue angle of 249.02º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F08A1 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 8 | 161 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.37 |
| HSL | 249.02º | 0.91% | 0.33% | - |
| HSV(B) | 249.02º | 0.95% | 0.63% | - |
| XYZ | 7.08 | 3.04 | 33.93 | - |
| YUV | 32.32 | 200.62 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 161 | 0.81 | 0.95 | 0 | 0.37 | 249.02 | 0.91 | 0.33 |
| Hex | 1F | 8 | A1 | 51 | 5F | 0 | 25 | F9 | 5B | 21 |
| Octal | 37 | 10 | 241 | 121 | 137 | 0 | 45 | 371 | 133 | 41 |
| Binary | 11111 | 1000 | 10100001 | 1010001 | 1011111 | 0 | 100101 | 11111001 | 1011011 | 100001 |
Color Harmonies of #1F08A1
Complementary color
Monochromatic Colors of #1F08A1
Black with #1F08A1
Text Example
Text Example
White with #1F08A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F08A1; }
p { color: rgb(31,8,161); }
H1.HeaderClassName
{
color: #1F08A1;
}
.AnyTagClassName
{
color: #1F08A1;
}
</style>
background-color css
<style>
a { background-color: #1F08A1; }
a { background-color: rgb(31,8,161); }
div.DivClassName
{
background-color: #1F08A1;
}
.BgClassName
{
background-color: #1F08A1;
}
</style>
border-color css
<style>
span { border-color: #1F08A1; }
span { border-color: rgb(31,8,161); }
td.TdClassName
{
border-color: #1F08A1;
}
.TagClassName
{
border-color: #1F08A1;
}
</style>