Shades of Navy Blue #0253D3
Tints of Navy Blue #0253D3
RGB
CMYK
RGB Variations
Color information
#0253D3 (or 0x0253D3) is known color: Navy Blue. HEX triplet: 02, 53 and D3. RGB value is (2,83,211). Sum of RGB (Red+Green+Blue) = 2+83+211=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 211 (82.81% from 255 or 71.28% from 296); Max value from RGB is 211 - color contains mainly: blue. Hex color #0253D3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0253D3 is #FDAC2C. Grayscale: #484848. Windows color (decimal): -16624685 or 13849346. OLE color: 13849346.
HSL color Cylindrical-coordinate representation of color #0253D3: hue angle of 216.75º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0253D3 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 83 | 211 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.17 |
| HSL | 216.75º | 0.98% | 0.42% | - |
| HSV(B) | 216.75º | 0.99% | 0.83% | - |
| XYZ | 14.88 | 10.9 | 62.95 | - |
| YUV | 73.37 | 205.66 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 83 | 211 | 0.99 | 0.61 | 0 | 0.17 | 216.75 | 0.98 | 0.42 |
| Hex | 2 | 53 | D3 | 63 | 3D | 0 | 11 | D9 | 62 | 2A |
| Octal | 2 | 123 | 323 | 143 | 75 | 0 | 21 | 331 | 142 | 52 |
| Binary | 10 | 1010011 | 11010011 | 1100011 | 111101 | 0 | 10001 | 11011001 | 1100010 | 101010 |
Color Harmonies of #0253D3
Complementary color
Monochromatic Colors of #0253D3
Black with #0253D3
Text Example
Text Example
White with #0253D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0253D3; }
p { color: rgb(2,83,211); }
H1.HeaderClassName
{
color: #0253D3;
}
.AnyTagClassName
{
color: #0253D3;
}
</style>
background-color css
<style>
a { background-color: #0253D3; }
a { background-color: rgb(2,83,211); }
div.DivClassName
{
background-color: #0253D3;
}
.BgClassName
{
background-color: #0253D3;
}
</style>
border-color css
<style>
span { border-color: #0253D3; }
span { border-color: rgb(2,83,211); }
td.TdClassName
{
border-color: #0253D3;
}
.TagClassName
{
border-color: #0253D3;
}
</style>