Shades of Navy Blue #0253CB
Tints of Navy Blue #0253CB
RGB
CMYK
RGB Variations
Color information
#0253CB (or 0x0253CB) is known color: Navy Blue. HEX triplet: 02, 53 and CB. RGB value is (2,83,203). Sum of RGB (Red+Green+Blue) = 2+83+203=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 203 (79.69% from 255 or 70.49% from 288); Max value from RGB is 203 - color contains mainly: blue. Hex color #0253CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0253CB is #FDAC34. Grayscale: #474747. Windows color (decimal): -16624693 or 13325058. OLE color: 13325058.
HSL color Cylindrical-coordinate representation of color #0253CB: hue angle of 215.82º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0253CB is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 83 | 203 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.20 |
| HSL | 215.82º | 0.98% | 0.4% | - |
| HSV(B) | 215.82º | 0.99% | 0.8% | - |
| XYZ | 13.9 | 10.51 | 57.8 | - |
| YUV | 72.46 | 201.66 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 83 | 203 | 0.99 | 0.59 | 0 | 0.20 | 215.82 | 0.98 | 0.4 |
| Hex | 2 | 53 | CB | 63 | 3B | 0 | 14 | D8 | 62 | 28 |
| Octal | 2 | 123 | 313 | 143 | 73 | 0 | 24 | 330 | 142 | 50 |
| Binary | 10 | 1010011 | 11001011 | 1100011 | 111011 | 0 | 10100 | 11011000 | 1100010 | 101000 |
Color Harmonies of #0253CB
Complementary color
Monochromatic Colors of #0253CB
Black with #0253CB
Text Example
Text Example
White with #0253CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0253CB; }
p { color: rgb(2,83,203); }
H1.HeaderClassName
{
color: #0253CB;
}
.AnyTagClassName
{
color: #0253CB;
}
</style>
background-color css
<style>
a { background-color: #0253CB; }
a { background-color: rgb(2,83,203); }
div.DivClassName
{
background-color: #0253CB;
}
.BgClassName
{
background-color: #0253CB;
}
</style>
border-color css
<style>
span { border-color: #0253CB; }
span { border-color: rgb(2,83,203); }
td.TdClassName
{
border-color: #0253CB;
}
.TagClassName
{
border-color: #0253CB;
}
</style>