Shades of Dark Blue #02188D
Tints of Dark Blue #02188D
RGB
CMYK
RGB Variations
Color information
#02188D (or 0x02188D) is known color: Dark Blue. HEX triplet: 02, 18 and 8D. RGB value is (2,24,141). Sum of RGB (Red+Green+Blue) = 2+24+141=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 141 (55.47% from 255 or 84.43% from 167); Max value from RGB is 141 - color contains mainly: blue. Hex color #02188D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02188D is #FDE772. Grayscale: #1E1E1E. Windows color (decimal): -16639859 or 9246722. OLE color: 9246722.
HSL color Cylindrical-coordinate representation of color #02188D: hue angle of 230.5º 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 #02188D is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 24 | 141 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.45 |
| HSL | 230.5º | 0.97% | 0.28% | - |
| HSV(B) | 230.5º | 0.99% | 0.55% | - |
| XYZ | 5.16 | 2.59 | 25.43 | - |
| YUV | 30.76 | 190.21 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 141 | 0.99 | 0.83 | 0 | 0.45 | 230.5 | 0.97 | 0.28 |
| Hex | 2 | 18 | 8D | 63 | 53 | 0 | 2D | E7 | 61 | 1C |
| Octal | 2 | 30 | 215 | 143 | 123 | 0 | 55 | 347 | 141 | 34 |
| Binary | 10 | 11000 | 10001101 | 1100011 | 1010011 | 0 | 101101 | 11100111 | 1100001 | 11100 |
Color Harmonies of #02188D
Complementary color
Monochromatic Colors of #02188D
Black with #02188D
Text Example
Text Example
White with #02188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02188D; }
p { color: rgb(2,24,141); }
H1.HeaderClassName
{
color: #02188D;
}
.AnyTagClassName
{
color: #02188D;
}
</style>
background-color css
<style>
a { background-color: #02188D; }
a { background-color: rgb(2,24,141); }
div.DivClassName
{
background-color: #02188D;
}
.BgClassName
{
background-color: #02188D;
}
</style>
border-color css
<style>
span { border-color: #02188D; }
span { border-color: rgb(2,24,141); }
td.TdClassName
{
border-color: #02188D;
}
.TagClassName
{
border-color: #02188D;
}
</style>