Shades of Ultramarine #1F09AD
Tints of Ultramarine #1F09AD
RGB
CMYK
RGB Variations
Color information
#1F09AD (or 0x1F09AD) is known color: Ultramarine. HEX triplet: 1F, 09 and AD. RGB value is (31,9,173). Sum of RGB (Red+Green+Blue) = 31+9+173=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 173 (67.97% from 255 or 81.22% from 213); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F09AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F09AD is #E0F652. Grayscale: #212121. Windows color (decimal): -14743123 or 11340063. OLE color: 11340063.
HSL color Cylindrical-coordinate representation of color #1F09AD: hue angle of 248.05º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F09AD is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 9 | 173 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.32 |
| HSL | 248.05º | 0.9% | 0.36% | - |
| HSV(B) | 248.05º | 0.95% | 0.68% | - |
| XYZ | 8.21 | 3.5 | 39.78 | - |
| YUV | 34.27 | 206.29 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 173 | 0.82 | 0.95 | 0 | 0.32 | 248.05 | 0.9 | 0.36 |
| Hex | 1F | 9 | AD | 52 | 5F | 0 | 20 | F8 | 5A | 24 |
| Octal | 37 | 11 | 255 | 122 | 137 | 0 | 40 | 370 | 132 | 44 |
| Binary | 11111 | 1001 | 10101101 | 1010010 | 1011111 | 0 | 100000 | 11111000 | 1011010 | 100100 |
Color Harmonies of #1F09AD
Complementary color
Monochromatic Colors of #1F09AD
Black with #1F09AD
Text Example
Text Example
White with #1F09AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F09AD; }
p { color: rgb(31,9,173); }
H1.HeaderClassName
{
color: #1F09AD;
}
.AnyTagClassName
{
color: #1F09AD;
}
</style>
background-color css
<style>
a { background-color: #1F09AD; }
a { background-color: rgb(31,9,173); }
div.DivClassName
{
background-color: #1F09AD;
}
.BgClassName
{
background-color: #1F09AD;
}
</style>
border-color css
<style>
span { border-color: #1F09AD; }
span { border-color: rgb(31,9,173); }
td.TdClassName
{
border-color: #1F09AD;
}
.TagClassName
{
border-color: #1F09AD;
}
</style>