Shades of Ultramarine #09138B
Tints of Ultramarine #09138B
RGB
CMYK
RGB Variations
Color information
#09138B (or 0x09138B) is known color: Ultramarine. HEX triplet: 09, 13 and 8B. RGB value is (9,19,139). Sum of RGB (Red+Green+Blue) = 9+19+139=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 139 (54.69% from 255 or 83.23% from 167); Max value from RGB is 139 - color contains mainly: blue. Hex color #09138B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09138B is #F6EC74. Grayscale: #1D1D1D. Windows color (decimal): -16182389 or 9114377. OLE color: 9114377.
HSL color Cylindrical-coordinate representation of color #09138B: hue angle of 235.38º 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 #09138B is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 19 | 139 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.45 |
| HSL | 235.38º | 0.88% | 0.29% | - |
| HSV(B) | 235.38º | 0.94% | 0.55% | - |
| XYZ | 5.01 | 2.39 | 24.62 | - |
| YUV | 29.69 | 189.69 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 139 | 0.94 | 0.86 | 0 | 0.45 | 235.38 | 0.88 | 0.29 |
| Hex | 9 | 13 | 8B | 5E | 56 | 0 | 2D | EB | 58 | 1D |
| Octal | 11 | 23 | 213 | 136 | 126 | 0 | 55 | 353 | 130 | 35 |
| Binary | 1001 | 10011 | 10001011 | 1011110 | 1010110 | 0 | 101101 | 11101011 | 1011000 | 11101 |
Color Harmonies of #09138B
Complementary color
Monochromatic Colors of #09138B
Black with #09138B
Text Example
Text Example
White with #09138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09138B; }
p { color: rgb(9,19,139); }
H1.HeaderClassName
{
color: #09138B;
}
.AnyTagClassName
{
color: #09138B;
}
</style>
background-color css
<style>
a { background-color: #09138B; }
a { background-color: rgb(9,19,139); }
div.DivClassName
{
background-color: #09138B;
}
.BgClassName
{
background-color: #09138B;
}
</style>
border-color css
<style>
span { border-color: #09138B; }
span { border-color: rgb(9,19,139); }
td.TdClassName
{
border-color: #09138B;
}
.TagClassName
{
border-color: #09138B;
}
</style>