Shades of Navy Blue #0253CF
Tints of Navy Blue #0253CF
RGB
CMYK
RGB Variations
Color information
#0253CF (or 0x0253CF) is known color: Navy Blue. HEX triplet: 02, 53 and CF. RGB value is (2,83,207). Sum of RGB (Red+Green+Blue) = 2+83+207=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 207 (81.25% from 255 or 70.89% from 292); Max value from RGB is 207 - color contains mainly: blue. Hex color #0253CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0253CF is #FDAC30. Grayscale: #484848. Windows color (decimal): -16624689 or 13587202. OLE color: 13587202.
HSL color Cylindrical-coordinate representation of color #0253CF: hue angle of 216.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0253CF is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 83 | 207 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.19 |
| HSL | 216.29º | 0.98% | 0.41% | - |
| HSV(B) | 216.29º | 0.99% | 0.81% | - |
| XYZ | 14.38 | 10.7 | 60.34 | - |
| YUV | 72.92 | 203.66 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 83 | 207 | 0.99 | 0.60 | 0 | 0.19 | 216.29 | 0.98 | 0.41 |
| Hex | 2 | 53 | CF | 63 | 3C | 0 | 13 | D8 | 62 | 29 |
| Octal | 2 | 123 | 317 | 143 | 74 | 0 | 23 | 330 | 142 | 51 |
| Binary | 10 | 1010011 | 11001111 | 1100011 | 111100 | 0 | 10011 | 11011000 | 1100010 | 101001 |
Color Harmonies of #0253CF
Complementary color
Monochromatic Colors of #0253CF
Black with #0253CF
Text Example
Text Example
White with #0253CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0253CF; }
p { color: rgb(2,83,207); }
H1.HeaderClassName
{
color: #0253CF;
}
.AnyTagClassName
{
color: #0253CF;
}
</style>
background-color css
<style>
a { background-color: #0253CF; }
a { background-color: rgb(2,83,207); }
div.DivClassName
{
background-color: #0253CF;
}
.BgClassName
{
background-color: #0253CF;
}
</style>
border-color css
<style>
span { border-color: #0253CF; }
span { border-color: rgb(2,83,207); }
td.TdClassName
{
border-color: #0253CF;
}
.TagClassName
{
border-color: #0253CF;
}
</style>