Shades of Navy Blue #0253C5
Tints of Navy Blue #0253C5
RGB
CMYK
RGB Variations
Color information
#0253C5 (or 0x0253C5) is known color: Navy Blue. HEX triplet: 02, 53 and C5. RGB value is (2,83,197). Sum of RGB (Red+Green+Blue) = 2+83+197=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 197 (77.34% from 255 or 69.86% from 282); Max value from RGB is 197 - color contains mainly: blue. Hex color #0253C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0253C5 is #FDAC3A. Grayscale: #474747. Windows color (decimal): -16624699 or 12931842. OLE color: 12931842.
HSL color Cylindrical-coordinate representation of color #0253C5: hue angle of 215.08º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0253C5 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 83 | 197 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.23 |
| HSL | 215.08º | 0.98% | 0.39% | - |
| HSV(B) | 215.08º | 0.99% | 0.77% | - |
| XYZ | 13.2 | 10.23 | 54.1 | - |
| YUV | 71.78 | 198.66 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 83 | 197 | 0.99 | 0.58 | 0 | 0.23 | 215.08 | 0.98 | 0.39 |
| Hex | 2 | 53 | C5 | 63 | 3A | 0 | 17 | D7 | 62 | 27 |
| Octal | 2 | 123 | 305 | 143 | 72 | 0 | 27 | 327 | 142 | 47 |
| Binary | 10 | 1010011 | 11000101 | 1100011 | 111010 | 0 | 10111 | 11010111 | 1100010 | 100111 |
Color Harmonies of #0253C5
Complementary color
Monochromatic Colors of #0253C5
Black with #0253C5
Text Example
Text Example
White with #0253C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0253C5; }
p { color: rgb(2,83,197); }
H1.HeaderClassName
{
color: #0253C5;
}
.AnyTagClassName
{
color: #0253C5;
}
</style>
background-color css
<style>
a { background-color: #0253C5; }
a { background-color: rgb(2,83,197); }
div.DivClassName
{
background-color: #0253C5;
}
.BgClassName
{
background-color: #0253C5;
}
</style>
border-color css
<style>
span { border-color: #0253C5; }
span { border-color: rgb(2,83,197); }
td.TdClassName
{
border-color: #0253C5;
}
.TagClassName
{
border-color: #0253C5;
}
</style>