Shades of Dark Blue #02138C
Tints of Dark Blue #02138C
RGB
CMYK
RGB Variations
Color information
#02138C (or 0x02138C) is known color: Dark Blue. HEX triplet: 02, 13 and 8C. RGB value is (2,19,140). Sum of RGB (Red+Green+Blue) = 2+19+140=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 140 (55.08% from 255 or 86.96% from 161); Max value from RGB is 140 - color contains mainly: blue. Hex color #02138C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02138C is #FDEC73. Grayscale: #1B1B1B. Windows color (decimal): -16641140 or 9179906. OLE color: 9179906.
HSL color Cylindrical-coordinate representation of color #02138C: hue angle of 232.61º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02138C is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 19 | 140 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.45 |
| HSL | 232.61º | 0.97% | 0.28% | - |
| HSV(B) | 232.61º | 0.99% | 0.55% | - |
| XYZ | 4.99 | 2.37 | 25.01 | - |
| YUV | 27.71 | 191.37 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 140 | 0.99 | 0.86 | 0 | 0.45 | 232.61 | 0.97 | 0.28 |
| Hex | 2 | 13 | 8C | 63 | 56 | 0 | 2D | E9 | 61 | 1C |
| Octal | 2 | 23 | 214 | 143 | 126 | 0 | 55 | 351 | 141 | 34 |
| Binary | 10 | 10011 | 10001100 | 1100011 | 1010110 | 0 | 101101 | 11101001 | 1100001 | 11100 |
Color Harmonies of #02138C
Complementary color
Monochromatic Colors of #02138C
Black with #02138C
Text Example
Text Example
White with #02138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02138C; }
p { color: rgb(2,19,140); }
H1.HeaderClassName
{
color: #02138C;
}
.AnyTagClassName
{
color: #02138C;
}
</style>
background-color css
<style>
a { background-color: #02138C; }
a { background-color: rgb(2,19,140); }
div.DivClassName
{
background-color: #02138C;
}
.BgClassName
{
background-color: #02138C;
}
</style>
border-color css
<style>
span { border-color: #02138C; }
span { border-color: rgb(2,19,140); }
td.TdClassName
{
border-color: #02138C;
}
.TagClassName
{
border-color: #02138C;
}
</style>