Shades of Dark Blue #02148B
Tints of Dark Blue #02148B
RGB
CMYK
RGB Variations
Color information
#02148B (or 0x02148B) is known color: Dark Blue. HEX triplet: 02, 14 and 8B. RGB value is (2,20,139). Sum of RGB (Red+Green+Blue) = 2+20+139=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 139 (54.69% from 255 or 86.34% from 161); Max value from RGB is 139 - color contains mainly: blue. Hex color #02148B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02148B is #FDEB74. Grayscale: #1B1B1B. Windows color (decimal): -16640885 or 9114626. OLE color: 9114626.
HSL color Cylindrical-coordinate representation of color #02148B: hue angle of 232.12º 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 #02148B is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 20 | 139 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.45 |
| HSL | 232.12º | 0.97% | 0.28% | - |
| HSV(B) | 232.12º | 0.99% | 0.55% | - |
| XYZ | 4.94 | 2.38 | 24.62 | - |
| YUV | 28.18 | 190.54 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 139 | 0.99 | 0.86 | 0 | 0.45 | 232.12 | 0.97 | 0.28 |
| Hex | 2 | 14 | 8B | 63 | 56 | 0 | 2D | E8 | 61 | 1C |
| Octal | 2 | 24 | 213 | 143 | 126 | 0 | 55 | 350 | 141 | 34 |
| Binary | 10 | 10100 | 10001011 | 1100011 | 1010110 | 0 | 101101 | 11101000 | 1100001 | 11100 |
Color Harmonies of #02148B
Complementary color
Monochromatic Colors of #02148B
Black with #02148B
Text Example
Text Example
White with #02148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02148B; }
p { color: rgb(2,20,139); }
H1.HeaderClassName
{
color: #02148B;
}
.AnyTagClassName
{
color: #02148B;
}
</style>
background-color css
<style>
a { background-color: #02148B; }
a { background-color: rgb(2,20,139); }
div.DivClassName
{
background-color: #02148B;
}
.BgClassName
{
background-color: #02148B;
}
</style>
border-color css
<style>
span { border-color: #02148B; }
span { border-color: rgb(2,20,139); }
td.TdClassName
{
border-color: #02148B;
}
.TagClassName
{
border-color: #02148B;
}
</style>