Shades of Ultramarine #1F08AB
Tints of Ultramarine #1F08AB
RGB
CMYK
RGB Variations
Color information
#1F08AB (or 0x1F08AB) is known color: Ultramarine. HEX triplet: 1F, 08 and AB. RGB value is (31,8,171). Sum of RGB (Red+Green+Blue) = 31+8+171=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 171 (67.19% from 255 or 81.43% from 210); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F08AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F08AB is #E0F754. Grayscale: #202020. Windows color (decimal): -14743381 or 11208735. OLE color: 11208735.
HSL color Cylindrical-coordinate representation of color #1F08AB: hue angle of 248.47º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F08AB is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 8 | 171 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.33 |
| HSL | 248.47º | 0.91% | 0.35% | - |
| HSV(B) | 248.47º | 0.95% | 0.67% | - |
| XYZ | 8 | 3.41 | 38.76 | - |
| YUV | 33.46 | 205.62 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 171 | 0.82 | 0.95 | 0 | 0.33 | 248.47 | 0.91 | 0.35 |
| Hex | 1F | 8 | AB | 52 | 5F | 0 | 21 | F8 | 5B | 23 |
| Octal | 37 | 10 | 253 | 122 | 137 | 0 | 41 | 370 | 133 | 43 |
| Binary | 11111 | 1000 | 10101011 | 1010010 | 1011111 | 0 | 100001 | 11111000 | 1011011 | 100011 |
Color Harmonies of #1F08AB
Complementary color
Monochromatic Colors of #1F08AB
Black with #1F08AB
Text Example
Text Example
White with #1F08AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F08AB; }
p { color: rgb(31,8,171); }
H1.HeaderClassName
{
color: #1F08AB;
}
.AnyTagClassName
{
color: #1F08AB;
}
</style>
background-color css
<style>
a { background-color: #1F08AB; }
a { background-color: rgb(31,8,171); }
div.DivClassName
{
background-color: #1F08AB;
}
.BgClassName
{
background-color: #1F08AB;
}
</style>
border-color css
<style>
span { border-color: #1F08AB; }
span { border-color: rgb(31,8,171); }
td.TdClassName
{
border-color: #1F08AB;
}
.TagClassName
{
border-color: #1F08AB;
}
</style>