Shades of Dark Blue #00098C
Tints of Dark Blue #00098C
RGB
CMYK
RGB Variations
Color information
#00098C (or 0x00098C) is known color: Dark Blue. HEX triplet: 00, 09 and 8C. RGB value is (0,9,140). Sum of RGB (Red+Green+Blue) = 0+9+140=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 140 (55.08% from 255 or 93.96% from 149); Max value from RGB is 140 - color contains mainly: blue. Hex color #00098C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00098C is #FFF673. Grayscale: #141414. Windows color (decimal): -16774772 or 9177344. OLE color: 9177344.
HSL color Cylindrical-coordinate representation of color #00098C: hue angle of 236.14º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00098C is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 9 | 140 | - |
| CMYK | 1 | 0.94 | 0 | 0.45 |
| HSL | 236.14º | 1% | 0.27% | - |
| HSV(B) | 236.14º | 1% | 0.55% | - |
| XYZ | 4.83 | 2.09 | 24.96 | - |
| YUV | 21.24 | 195.02 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 140 | 1 | 0.94 | 0 | 0.45 | 236.14 | 1 | 0.27 |
| Hex | 0 | 9 | 8C | 64 | 5E | 0 | 2D | EC | 64 | 1B |
| Octal | 0 | 11 | 214 | 144 | 136 | 0 | 55 | 354 | 144 | 33 |
| Binary | 0 | 1001 | 10001100 | 1100100 | 1011110 | 0 | 101101 | 11101100 | 1100100 | 11011 |
Color Harmonies of #00098C
Complementary color
Monochromatic Colors of #00098C
Black with #00098C
Text Example
Text Example
White with #00098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00098C; }
p { color: rgb(0,9,140); }
H1.HeaderClassName
{
color: #00098C;
}
.AnyTagClassName
{
color: #00098C;
}
</style>
background-color css
<style>
a { background-color: #00098C; }
a { background-color: rgb(0,9,140); }
div.DivClassName
{
background-color: #00098C;
}
.BgClassName
{
background-color: #00098C;
}
</style>
border-color css
<style>
span { border-color: #00098C; }
span { border-color: rgb(0,9,140); }
td.TdClassName
{
border-color: #00098C;
}
.TagClassName
{
border-color: #00098C;
}
</style>