Shades of Ultramarine #1F08AD
Tints of Ultramarine #1F08AD
RGB
CMYK
RGB Variations
Color information
#1F08AD (or 0x1F08AD) is known color: Ultramarine. HEX triplet: 1F, 08 and AD. RGB value is (31,8,173). Sum of RGB (Red+Green+Blue) = 31+8+173=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 173 (67.97% from 255 or 81.60% from 212); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F08AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F08AD is #E0F752. Grayscale: #212121. Windows color (decimal): -14743379 or 11339807. OLE color: 11339807.
HSL color Cylindrical-coordinate representation of color #1F08AD: hue angle of 248.36º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F08AD is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 8 | 173 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.32 |
| HSL | 248.36º | 0.91% | 0.35% | - |
| HSV(B) | 248.36º | 0.95% | 0.68% | - |
| XYZ | 8.19 | 3.48 | 39.78 | - |
| YUV | 33.69 | 206.62 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 173 | 0.82 | 0.95 | 0 | 0.32 | 248.36 | 0.91 | 0.35 |
| Hex | 1F | 8 | AD | 52 | 5F | 0 | 20 | F8 | 5B | 23 |
| Octal | 37 | 10 | 255 | 122 | 137 | 0 | 40 | 370 | 133 | 43 |
| Binary | 11111 | 1000 | 10101101 | 1010010 | 1011111 | 0 | 100000 | 11111000 | 1011011 | 100011 |
Color Harmonies of #1F08AD
Complementary color
Monochromatic Colors of #1F08AD
Black with #1F08AD
Text Example
Text Example
White with #1F08AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F08AD; }
p { color: rgb(31,8,173); }
H1.HeaderClassName
{
color: #1F08AD;
}
.AnyTagClassName
{
color: #1F08AD;
}
</style>
background-color css
<style>
a { background-color: #1F08AD; }
a { background-color: rgb(31,8,173); }
div.DivClassName
{
background-color: #1F08AD;
}
.BgClassName
{
background-color: #1F08AD;
}
</style>
border-color css
<style>
span { border-color: #1F08AD; }
span { border-color: rgb(31,8,173); }
td.TdClassName
{
border-color: #1F08AD;
}
.TagClassName
{
border-color: #1F08AD;
}
</style>