Shades of Navy Blue #0253D6
Tints of Navy Blue #0253D6
RGB
CMYK
RGB Variations
Color information
#0253D6 (or 0x0253D6) is known color: Navy Blue. HEX triplet: 02, 53 and D6. RGB value is (2,83,214). Sum of RGB (Red+Green+Blue) = 2+83+214=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 214 (83.98% from 255 or 71.57% from 299); Max value from RGB is 214 - color contains mainly: blue. Hex color #0253D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0253D6 is #FDAC29. Grayscale: #494949. Windows color (decimal): -16624682 or 14045954. OLE color: 14045954.
HSL color Cylindrical-coordinate representation of color #0253D6: hue angle of 217.08º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0253D6 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 83 | 214 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.16 |
| HSL | 217.08º | 0.98% | 0.42% | - |
| HSV(B) | 217.08º | 0.99% | 0.84% | - |
| XYZ | 15.26 | 11.05 | 64.95 | - |
| YUV | 73.72 | 207.16 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 83 | 214 | 0.99 | 0.61 | 0 | 0.16 | 217.08 | 0.98 | 0.42 |
| Hex | 2 | 53 | D6 | 63 | 3D | 0 | 10 | D9 | 62 | 2A |
| Octal | 2 | 123 | 326 | 143 | 75 | 0 | 20 | 331 | 142 | 52 |
| Binary | 10 | 1010011 | 11010110 | 1100011 | 111101 | 0 | 10000 | 11011001 | 1100010 | 101010 |
Color Harmonies of #0253D6
Complementary color
Monochromatic Colors of #0253D6
Black with #0253D6
Text Example
Text Example
White with #0253D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0253D6; }
p { color: rgb(2,83,214); }
H1.HeaderClassName
{
color: #0253D6;
}
.AnyTagClassName
{
color: #0253D6;
}
</style>
background-color css
<style>
a { background-color: #0253D6; }
a { background-color: rgb(2,83,214); }
div.DivClassName
{
background-color: #0253D6;
}
.BgClassName
{
background-color: #0253D6;
}
</style>
border-color css
<style>
span { border-color: #0253D6; }
span { border-color: rgb(2,83,214); }
td.TdClassName
{
border-color: #0253D6;
}
.TagClassName
{
border-color: #0253D6;
}
</style>