Shades of Ultramarine #1F089F
Tints of Ultramarine #1F089F
RGB
CMYK
RGB Variations
Color information
#1F089F (or 0x1F089F) is known color: Ultramarine. HEX triplet: 1F, 08 and 9F. RGB value is (31,8,159). Sum of RGB (Red+Green+Blue) = 31+8+159=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 159 (62.5% from 255 or 80.30% from 198); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F089F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F089F is #E0F760. Grayscale: #1F1F1F. Windows color (decimal): -14743393 or 10422303. OLE color: 10422303.
HSL color Cylindrical-coordinate representation of color #1F089F: hue angle of 249.14º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F089F is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 8 | 159 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.38 |
| HSL | 249.14º | 0.9% | 0.33% | - |
| HSV(B) | 249.14º | 0.95% | 0.62% | - |
| XYZ | 6.91 | 2.97 | 33.01 | - |
| YUV | 32.09 | 199.62 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 159 | 0.81 | 0.95 | 0 | 0.38 | 249.14 | 0.9 | 0.33 |
| Hex | 1F | 8 | 9F | 51 | 5F | 0 | 26 | F9 | 5A | 21 |
| Octal | 37 | 10 | 237 | 121 | 137 | 0 | 46 | 371 | 132 | 41 |
| Binary | 11111 | 1000 | 10011111 | 1010001 | 1011111 | 0 | 100110 | 11111001 | 1011010 | 100001 |
Color Harmonies of #1F089F
Complementary color
Monochromatic Colors of #1F089F
Black with #1F089F
Text Example
Text Example
White with #1F089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F089F; }
p { color: rgb(31,8,159); }
H1.HeaderClassName
{
color: #1F089F;
}
.AnyTagClassName
{
color: #1F089F;
}
</style>
background-color css
<style>
a { background-color: #1F089F; }
a { background-color: rgb(31,8,159); }
div.DivClassName
{
background-color: #1F089F;
}
.BgClassName
{
background-color: #1F089F;
}
</style>
border-color css
<style>
span { border-color: #1F089F; }
span { border-color: rgb(31,8,159); }
td.TdClassName
{
border-color: #1F089F;
}
.TagClassName
{
border-color: #1F089F;
}
</style>