Shades of Dark Blue #02098F
Tints of Dark Blue #02098F
RGB
CMYK
RGB Variations
Color information
#02098F (or 0x02098F) is known color: Dark Blue. HEX triplet: 02, 09 and 8F. RGB value is (2,9,143). Sum of RGB (Red+Green+Blue) = 2+9+143=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 143 (56.25% from 255 or 92.86% from 154); Max value from RGB is 143 - color contains mainly: blue. Hex color #02098F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02098F is #FDF670. Grayscale: #151515. Windows color (decimal): -16643697 or 9373954. OLE color: 9373954.
HSL color Cylindrical-coordinate representation of color #02098F: hue angle of 237.02º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02098F is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 9 | 143 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.44 |
| HSL | 237.02º | 0.97% | 0.28% | - |
| HSV(B) | 237.02º | 0.99% | 0.56% | - |
| XYZ | 5.08 | 2.19 | 26.14 | - |
| YUV | 22.18 | 196.18 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 143 | 0.99 | 0.94 | 0 | 0.44 | 237.02 | 0.97 | 0.28 |
| Hex | 2 | 9 | 8F | 63 | 5E | 0 | 2C | ED | 61 | 1C |
| Octal | 2 | 11 | 217 | 143 | 136 | 0 | 54 | 355 | 141 | 34 |
| Binary | 10 | 1001 | 10001111 | 1100011 | 1011110 | 0 | 101100 | 11101101 | 1100001 | 11100 |
Color Harmonies of #02098F
Complementary color
Monochromatic Colors of #02098F
Black with #02098F
Text Example
Text Example
White with #02098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02098F; }
p { color: rgb(2,9,143); }
H1.HeaderClassName
{
color: #02098F;
}
.AnyTagClassName
{
color: #02098F;
}
</style>
background-color css
<style>
a { background-color: #02098F; }
a { background-color: rgb(2,9,143); }
div.DivClassName
{
background-color: #02098F;
}
.BgClassName
{
background-color: #02098F;
}
</style>
border-color css
<style>
span { border-color: #02098F; }
span { border-color: rgb(2,9,143); }
td.TdClassName
{
border-color: #02098F;
}
.TagClassName
{
border-color: #02098F;
}
</style>