Shades of Dark Blue #02088A
Tints of Dark Blue #02088A
RGB
CMYK
RGB Variations
Color information
#02088A (or 0x02088A) is known color: Dark Blue. HEX triplet: 02, 08 and 8A. RGB value is (2,8,138). Sum of RGB (Red+Green+Blue) = 2+8+138=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 138 (54.30% from 255 or 93.24% from 148); Max value from RGB is 138 - color contains mainly: blue. Hex color #02088A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02088A is #FDF775. Grayscale: #141414. Windows color (decimal): -16643958 or 9046018. OLE color: 9046018.
HSL color Cylindrical-coordinate representation of color #02088A: hue angle of 237.35º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02088A is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 8 | 138 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.46 |
| HSL | 237.35º | 0.97% | 0.27% | - |
| HSV(B) | 237.35º | 0.99% | 0.54% | - |
| XYZ | 4.7 | 2.02 | 24.19 | - |
| YUV | 21.03 | 194.01 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 138 | 0.99 | 0.94 | 0 | 0.46 | 237.35 | 0.97 | 0.27 |
| Hex | 2 | 8 | 8A | 63 | 5E | 0 | 2E | ED | 61 | 1B |
| Octal | 2 | 10 | 212 | 143 | 136 | 0 | 56 | 355 | 141 | 33 |
| Binary | 10 | 1000 | 10001010 | 1100011 | 1011110 | 0 | 101110 | 11101101 | 1100001 | 11011 |
Color Harmonies of #02088A
Complementary color
Monochromatic Colors of #02088A
Black with #02088A
Text Example
Text Example
White with #02088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02088A; }
p { color: rgb(2,8,138); }
H1.HeaderClassName
{
color: #02088A;
}
.AnyTagClassName
{
color: #02088A;
}
</style>
background-color css
<style>
a { background-color: #02088A; }
a { background-color: rgb(2,8,138); }
div.DivClassName
{
background-color: #02088A;
}
.BgClassName
{
background-color: #02088A;
}
</style>
border-color css
<style>
span { border-color: #02088A; }
span { border-color: rgb(2,8,138); }
td.TdClassName
{
border-color: #02088A;
}
.TagClassName
{
border-color: #02088A;
}
</style>