Shades of Navy Blue #0248CE
Tints of Navy Blue #0248CE
RGB
CMYK
RGB Variations
Color information
#0248CE (or 0x0248CE) is known color: Navy Blue. HEX triplet: 02, 48 and CE. RGB value is (2,72,206). Sum of RGB (Red+Green+Blue) = 2+72+206=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 206 (80.86% from 255 or 73.57% from 280); Max value from RGB is 206 - color contains mainly: blue. Hex color #0248CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0248CE is #FDB731. Grayscale: #414141. Windows color (decimal): -16627506 or 13518850. OLE color: 13518850.
HSL color Cylindrical-coordinate representation of color #0248CE: hue angle of 219.41º 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 #0248CE is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 72 | 206 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.19 |
| HSL | 219.41º | 0.98% | 0.41% | - |
| HSV(B) | 219.41º | 0.99% | 0.81% | - |
| XYZ | 13.48 | 9.1 | 59.44 | - |
| YUV | 66.35 | 206.81 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 206 | 0.99 | 0.65 | 0 | 0.19 | 219.41 | 0.98 | 0.41 |
| Hex | 2 | 48 | CE | 63 | 41 | 0 | 13 | DB | 62 | 29 |
| Octal | 2 | 110 | 316 | 143 | 101 | 0 | 23 | 333 | 142 | 51 |
| Binary | 10 | 1001000 | 11001110 | 1100011 | 1000001 | 0 | 10011 | 11011011 | 1100010 | 101001 |
Color Harmonies of #0248CE
Complementary color
Monochromatic Colors of #0248CE
Black with #0248CE
Text Example
Text Example
White with #0248CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0248CE; }
p { color: rgb(2,72,206); }
H1.HeaderClassName
{
color: #0248CE;
}
.AnyTagClassName
{
color: #0248CE;
}
</style>
background-color css
<style>
a { background-color: #0248CE; }
a { background-color: rgb(2,72,206); }
div.DivClassName
{
background-color: #0248CE;
}
.BgClassName
{
background-color: #0248CE;
}
</style>
border-color css
<style>
span { border-color: #0248CE; }
span { border-color: rgb(2,72,206); }
td.TdClassName
{
border-color: #0248CE;
}
.TagClassName
{
border-color: #0248CE;
}
</style>