Shades of Navy Blue #0248CC
Tints of Navy Blue #0248CC
RGB
CMYK
RGB Variations
Color information
#0248CC (or 0x0248CC) is known color: Navy Blue. HEX triplet: 02, 48 and CC. RGB value is (2,72,204). Sum of RGB (Red+Green+Blue) = 2+72+204=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 204 (80.08% from 255 or 73.38% from 278); Max value from RGB is 204 - color contains mainly: blue. Hex color #0248CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0248CC is #FDB733. Grayscale: #414141. Windows color (decimal): -16627508 or 13387778. OLE color: 13387778.
HSL color Cylindrical-coordinate representation of color #0248CC: hue angle of 219.21º 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 #0248CC is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 72 | 204 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.2 |
| HSL | 219.21º | 0.98% | 0.4% | - |
| HSV(B) | 219.21º | 0.99% | 0.8% | - |
| XYZ | 13.24 | 9.01 | 58.17 | - |
| YUV | 66.12 | 205.81 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 204 | 0.99 | 0.65 | 0 | 0.2 | 219.21 | 0.98 | 0.4 |
| Hex | 2 | 48 | CC | 63 | 41 | 0 | 14 | DB | 62 | 28 |
| Octal | 2 | 110 | 314 | 143 | 101 | 0 | 24 | 333 | 142 | 50 |
| Binary | 10 | 1001000 | 11001100 | 1100011 | 1000001 | 0 | 10100 | 11011011 | 1100010 | 101000 |
Color Harmonies of #0248CC
Complementary color
Monochromatic Colors of #0248CC
Black with #0248CC
Text Example
Text Example
White with #0248CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0248CC; }
p { color: rgb(2,72,204); }
H1.HeaderClassName
{
color: #0248CC;
}
.AnyTagClassName
{
color: #0248CC;
}
</style>
background-color css
<style>
a { background-color: #0248CC; }
a { background-color: rgb(2,72,204); }
div.DivClassName
{
background-color: #0248CC;
}
.BgClassName
{
background-color: #0248CC;
}
</style>
border-color css
<style>
span { border-color: #0248CC; }
span { border-color: rgb(2,72,204); }
td.TdClassName
{
border-color: #0248CC;
}
.TagClassName
{
border-color: #0248CC;
}
</style>