Shades of Dark Blue #02178A
Tints of Dark Blue #02178A
RGB
CMYK
RGB Variations
Color information
#02178A (or 0x02178A) is known color: Dark Blue. HEX triplet: 02, 17 and 8A. RGB value is (2,23,138). Sum of RGB (Red+Green+Blue) = 2+23+138=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 138 (54.30% from 255 or 84.66% from 163); Max value from RGB is 138 - color contains mainly: blue. Hex color #02178A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02178A is #FDE875. Grayscale: #1D1D1D. Windows color (decimal): -16640118 or 9049858. OLE color: 9049858.
HSL color Cylindrical-coordinate representation of color #02178A: hue angle of 230.74º 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 #02178A is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 23 | 138 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.46 |
| HSL | 230.74º | 0.97% | 0.27% | - |
| HSV(B) | 230.74º | 0.99% | 0.54% | - |
| XYZ | 4.92 | 2.46 | 24.26 | - |
| YUV | 29.83 | 189.04 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 138 | 0.99 | 0.83 | 0 | 0.46 | 230.74 | 0.97 | 0.27 |
| Hex | 2 | 17 | 8A | 63 | 53 | 0 | 2E | E7 | 61 | 1B |
| Octal | 2 | 27 | 212 | 143 | 123 | 0 | 56 | 347 | 141 | 33 |
| Binary | 10 | 10111 | 10001010 | 1100011 | 1010011 | 0 | 101110 | 11100111 | 1100001 | 11011 |
Color Harmonies of #02178A
Complementary color
Monochromatic Colors of #02178A
Black with #02178A
Text Example
Text Example
White with #02178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02178A; }
p { color: rgb(2,23,138); }
H1.HeaderClassName
{
color: #02178A;
}
.AnyTagClassName
{
color: #02178A;
}
</style>
background-color css
<style>
a { background-color: #02178A; }
a { background-color: rgb(2,23,138); }
div.DivClassName
{
background-color: #02178A;
}
.BgClassName
{
background-color: #02178A;
}
</style>
border-color css
<style>
span { border-color: #02178A; }
span { border-color: rgb(2,23,138); }
td.TdClassName
{
border-color: #02178A;
}
.TagClassName
{
border-color: #02178A;
}
</style>