Shades of Navy Blue #0253D1
Tints of Navy Blue #0253D1
RGB
CMYK
RGB Variations
Color information
#0253D1 (or 0x0253D1) is known color: Navy Blue. HEX triplet: 02, 53 and D1. RGB value is (2,83,209). Sum of RGB (Red+Green+Blue) = 2+83+209=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 209 (82.03% from 255 or 71.09% from 294); Max value from RGB is 209 - color contains mainly: blue. Hex color #0253D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0253D1 is #FDAC2E. Grayscale: #484848. Windows color (decimal): -16624687 or 13718274. OLE color: 13718274.
HSL color Cylindrical-coordinate representation of color #0253D1: hue angle of 216.52º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0253D1 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 83 | 209 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.18 |
| HSL | 216.52º | 0.98% | 0.41% | - |
| HSV(B) | 216.52º | 0.99% | 0.82% | - |
| XYZ | 14.63 | 10.8 | 61.64 | - |
| YUV | 73.15 | 204.66 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 83 | 209 | 0.99 | 0.60 | 0 | 0.18 | 216.52 | 0.98 | 0.41 |
| Hex | 2 | 53 | D1 | 63 | 3C | 0 | 12 | D9 | 62 | 29 |
| Octal | 2 | 123 | 321 | 143 | 74 | 0 | 22 | 331 | 142 | 51 |
| Binary | 10 | 1010011 | 11010001 | 1100011 | 111100 | 0 | 10010 | 11011001 | 1100010 | 101001 |
Color Harmonies of #0253D1
Complementary color
Monochromatic Colors of #0253D1
Black with #0253D1
Text Example
Text Example
White with #0253D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0253D1; }
p { color: rgb(2,83,209); }
H1.HeaderClassName
{
color: #0253D1;
}
.AnyTagClassName
{
color: #0253D1;
}
</style>
background-color css
<style>
a { background-color: #0253D1; }
a { background-color: rgb(2,83,209); }
div.DivClassName
{
background-color: #0253D1;
}
.BgClassName
{
background-color: #0253D1;
}
</style>
border-color css
<style>
span { border-color: #0253D1; }
span { border-color: rgb(2,83,209); }
td.TdClassName
{
border-color: #0253D1;
}
.TagClassName
{
border-color: #0253D1;
}
</style>