Shades of Navy Blue #0248DC
Tints of Navy Blue #0248DC
RGB
CMYK
RGB Variations
Color information
#0248DC (or 0x0248DC) is known color: Navy Blue. HEX triplet: 02, 48 and DC. RGB value is (2,72,220). Sum of RGB (Red+Green+Blue) = 2+72+220=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 220 (86.33% from 255 or 74.83% from 294); Max value from RGB is 220 - color contains mainly: blue. Hex color #0248DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0248DC is #FDB723. Grayscale: #434343. Windows color (decimal): -16627492 or 14436354. OLE color: 14436354.
HSL color Cylindrical-coordinate representation of color #0248DC: hue angle of 220.73º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0248DC is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 72 | 220 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.14 |
| HSL | 220.73º | 0.98% | 0.44% | - |
| HSV(B) | 220.73º | 0.99% | 0.86% | - |
| XYZ | 15.26 | 9.81 | 68.8 | - |
| YUV | 67.94 | 213.81 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 220 | 0.99 | 0.67 | 0 | 0.14 | 220.73 | 0.98 | 0.44 |
| Hex | 2 | 48 | DC | 63 | 43 | 0 | E | DD | 62 | 2C |
| Octal | 2 | 110 | 334 | 143 | 103 | 0 | 16 | 335 | 142 | 54 |
| Binary | 10 | 1001000 | 11011100 | 1100011 | 1000011 | 0 | 1110 | 11011101 | 1100010 | 101100 |
Color Harmonies of #0248DC
Complementary color
Monochromatic Colors of #0248DC
Black with #0248DC
Text Example
Text Example
White with #0248DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0248DC; }
p { color: rgb(2,72,220); }
H1.HeaderClassName
{
color: #0248DC;
}
.AnyTagClassName
{
color: #0248DC;
}
</style>
background-color css
<style>
a { background-color: #0248DC; }
a { background-color: rgb(2,72,220); }
div.DivClassName
{
background-color: #0248DC;
}
.BgClassName
{
background-color: #0248DC;
}
</style>
border-color css
<style>
span { border-color: #0248DC; }
span { border-color: rgb(2,72,220); }
td.TdClassName
{
border-color: #0248DC;
}
.TagClassName
{
border-color: #0248DC;
}
</style>