Shades of Ultramarine #090F8B
Tints of Ultramarine #090F8B
RGB
CMYK
RGB Variations
Color information
#090F8B (or 0x090F8B) is known color: Ultramarine. HEX triplet: 09, 0F and 8B. RGB value is (9,15,139). Sum of RGB (Red+Green+Blue) = 9+15+139=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 139 (54.69% from 255 or 85.28% from 163); Max value from RGB is 139 - color contains mainly: blue. Hex color #090F8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090F8B is #F6F074. Grayscale: #1A1A1A. Windows color (decimal): -16183413 or 9113353. OLE color: 9113353.
HSL color Cylindrical-coordinate representation of color #090F8B: hue angle of 237.23º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090F8B is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 15 | 139 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.45 |
| HSL | 237.23º | 0.88% | 0.29% | - |
| HSV(B) | 237.23º | 0.94% | 0.55% | - |
| XYZ | 4.94 | 2.26 | 24.6 | - |
| YUV | 27.34 | 191.01 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 139 | 0.94 | 0.89 | 0 | 0.45 | 237.23 | 0.88 | 0.29 |
| Hex | 9 | F | 8B | 5E | 59 | 0 | 2D | ED | 58 | 1D |
| Octal | 11 | 17 | 213 | 136 | 131 | 0 | 55 | 355 | 130 | 35 |
| Binary | 1001 | 1111 | 10001011 | 1011110 | 1011001 | 0 | 101101 | 11101101 | 1011000 | 11101 |
Color Harmonies of #090F8B
Complementary color
Monochromatic Colors of #090F8B
Black with #090F8B
Text Example
Text Example
White with #090F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F8B; }
p { color: rgb(9,15,139); }
H1.HeaderClassName
{
color: #090F8B;
}
.AnyTagClassName
{
color: #090F8B;
}
</style>
background-color css
<style>
a { background-color: #090F8B; }
a { background-color: rgb(9,15,139); }
div.DivClassName
{
background-color: #090F8B;
}
.BgClassName
{
background-color: #090F8B;
}
</style>
border-color css
<style>
span { border-color: #090F8B; }
span { border-color: rgb(9,15,139); }
td.TdClassName
{
border-color: #090F8B;
}
.TagClassName
{
border-color: #090F8B;
}
</style>