Shades of Dark Blue #02138A
Tints of Dark Blue #02138A
RGB
CMYK
RGB Variations
Color information
#02138A (or 0x02138A) is known color: Dark Blue. HEX triplet: 02, 13 and 8A. RGB value is (2,19,138). Sum of RGB (Red+Green+Blue) = 2+19+138=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 138 (54.30% from 255 or 86.79% from 159); Max value from RGB is 138 - color contains mainly: blue. Hex color #02138A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02138A is #FDEC75. Grayscale: #1A1A1A. Windows color (decimal): -16641142 or 9048834. OLE color: 9048834.
HSL color Cylindrical-coordinate representation of color #02138A: hue angle of 232.5º 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 #02138A is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 19 | 138 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.46 |
| HSL | 232.5º | 0.97% | 0.27% | - |
| HSV(B) | 232.5º | 0.99% | 0.54% | - |
| XYZ | 4.85 | 2.31 | 24.24 | - |
| YUV | 27.48 | 190.37 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 138 | 0.99 | 0.86 | 0 | 0.46 | 232.5 | 0.97 | 0.27 |
| Hex | 2 | 13 | 8A | 63 | 56 | 0 | 2E | E8 | 61 | 1B |
| Octal | 2 | 23 | 212 | 143 | 126 | 0 | 56 | 350 | 141 | 33 |
| Binary | 10 | 10011 | 10001010 | 1100011 | 1010110 | 0 | 101110 | 11101000 | 1100001 | 11011 |
Color Harmonies of #02138A
Complementary color
Monochromatic Colors of #02138A
Black with #02138A
Text Example
Text Example
White with #02138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02138A; }
p { color: rgb(2,19,138); }
H1.HeaderClassName
{
color: #02138A;
}
.AnyTagClassName
{
color: #02138A;
}
</style>
background-color css
<style>
a { background-color: #02138A; }
a { background-color: rgb(2,19,138); }
div.DivClassName
{
background-color: #02138A;
}
.BgClassName
{
background-color: #02138A;
}
</style>
border-color css
<style>
span { border-color: #02138A; }
span { border-color: rgb(2,19,138); }
td.TdClassName
{
border-color: #02138A;
}
.TagClassName
{
border-color: #02138A;
}
</style>