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