Shades of Dark Blue #090187
Tints of Dark Blue #090187
RGB
CMYK
RGB Variations
Color information
#090187 (or 0x090187) is known color: Dark Blue. HEX triplet: 09, 01 and 87. RGB value is (9,1,135). Sum of RGB (Red+Green+Blue) = 9+1+135=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 135 (53.12% from 255 or 93.10% from 145); Max value from RGB is 135 - color contains mainly: blue. Hex color #090187 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090187 is #F6FE78. Grayscale: #121212. Windows color (decimal): -16187001 or 8847625. OLE color: 8847625.
HSL color Cylindrical-coordinate representation of color #090187: hue angle of 243.58º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #090187 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 1 | 135 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.47 |
| HSL | 243.58º | 0.99% | 0.27% | - |
| HSV(B) | 243.58º | 0.99% | 0.53% | - |
| XYZ | 4.5 | 1.83 | 23.04 | - |
| YUV | 18.67 | 193.65 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 135 | 0.93 | 0.99 | 0 | 0.47 | 243.58 | 0.99 | 0.27 |
| Hex | 9 | 1 | 87 | 5D | 63 | 0 | 2F | F4 | 63 | 1B |
| Octal | 11 | 1 | 207 | 135 | 143 | 0 | 57 | 364 | 143 | 33 |
| Binary | 1001 | 1 | 10000111 | 1011101 | 1100011 | 0 | 101111 | 11110100 | 1100011 | 11011 |
Color Harmonies of #090187
Complementary color
Monochromatic Colors of #090187
Black with #090187
Text Example
Text Example
White with #090187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090187; }
p { color: rgb(9,1,135); }
H1.HeaderClassName
{
color: #090187;
}
.AnyTagClassName
{
color: #090187;
}
</style>
background-color css
<style>
a { background-color: #090187; }
a { background-color: rgb(9,1,135); }
div.DivClassName
{
background-color: #090187;
}
.BgClassName
{
background-color: #090187;
}
</style>
border-color css
<style>
span { border-color: #090187; }
span { border-color: rgb(9,1,135); }
td.TdClassName
{
border-color: #090187;
}
.TagClassName
{
border-color: #090187;
}
</style>