Shades of Ultramarine #09048F
Tints of Ultramarine #09048F
RGB
CMYK
RGB Variations
Color information
#09048F (or 0x09048F) is known color: Ultramarine. HEX triplet: 09, 04 and 8F. RGB value is (9,4,143). Sum of RGB (Red+Green+Blue) = 9+4+143=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 143 (56.25% from 255 or 91.67% from 156); Max value from RGB is 143 - color contains mainly: blue. Hex color #09048F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09048F is #F6FB70. Grayscale: #141414. Windows color (decimal): -16186225 or 9372681. OLE color: 9372681.
HSL color Cylindrical-coordinate representation of color #09048F: hue angle of 242.16º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #09048F is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 4 | 143 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.44 |
| HSL | 242.16º | 0.95% | 0.29% | - |
| HSV(B) | 242.16º | 0.97% | 0.56% | - |
| XYZ | 5.11 | 2.13 | 26.13 | - |
| YUV | 21.34 | 196.66 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 4 | 143 | 0.94 | 0.97 | 0 | 0.44 | 242.16 | 0.95 | 0.29 |
| Hex | 9 | 4 | 8F | 5E | 61 | 0 | 2C | F2 | 5F | 1D |
| Octal | 11 | 4 | 217 | 136 | 141 | 0 | 54 | 362 | 137 | 35 |
| Binary | 1001 | 100 | 10001111 | 1011110 | 1100001 | 0 | 101100 | 11110010 | 1011111 | 11101 |
Color Harmonies of #09048F
Complementary color
Monochromatic Colors of #09048F
Black with #09048F
Text Example
Text Example
White with #09048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09048F; }
p { color: rgb(9,4,143); }
H1.HeaderClassName
{
color: #09048F;
}
.AnyTagClassName
{
color: #09048F;
}
</style>
background-color css
<style>
a { background-color: #09048F; }
a { background-color: rgb(9,4,143); }
div.DivClassName
{
background-color: #09048F;
}
.BgClassName
{
background-color: #09048F;
}
</style>
border-color css
<style>
span { border-color: #09048F; }
span { border-color: rgb(9,4,143); }
td.TdClassName
{
border-color: #09048F;
}
.TagClassName
{
border-color: #09048F;
}
</style>