Shades of Navy Blue #0748DC
Tints of Navy Blue #0748DC
RGB
CMYK
RGB Variations
Color information
#0748DC (or 0x0748DC) is known color: Navy Blue. HEX triplet: 07, 48 and DC. RGB value is (7,72,220). Sum of RGB (Red+Green+Blue) = 7+72+220=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 220 (86.33% from 255 or 73.58% from 299); Max value from RGB is 220 - color contains mainly: blue. Hex color #0748DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0748DC is #F8B723. Grayscale: #444444. Windows color (decimal): -16299812 or 14436359. OLE color: 14436359.
HSL color Cylindrical-coordinate representation of color #0748DC: hue angle of 221.69º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0748DC is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 72 | 220 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.14 |
| HSL | 221.69º | 0.94% | 0.45% | - |
| HSV(B) | 221.69º | 0.97% | 0.86% | - |
| XYZ | 15.32 | 9.85 | 68.8 | - |
| YUV | 69.44 | 212.97 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 220 | 0.97 | 0.67 | 0 | 0.14 | 221.69 | 0.94 | 0.45 |
| Hex | 7 | 48 | DC | 61 | 43 | 0 | E | DE | 5E | 2D |
| Octal | 7 | 110 | 334 | 141 | 103 | 0 | 16 | 336 | 136 | 55 |
| Binary | 111 | 1001000 | 11011100 | 1100001 | 1000011 | 0 | 1110 | 11011110 | 1011110 | 101101 |
Color Harmonies of #0748DC
Complementary color
Monochromatic Colors of #0748DC
Black with #0748DC
Text Example
Text Example
White with #0748DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0748DC; }
p { color: rgb(7,72,220); }
H1.HeaderClassName
{
color: #0748DC;
}
.AnyTagClassName
{
color: #0748DC;
}
</style>
background-color css
<style>
a { background-color: #0748DC; }
a { background-color: rgb(7,72,220); }
div.DivClassName
{
background-color: #0748DC;
}
.BgClassName
{
background-color: #0748DC;
}
</style>
border-color css
<style>
span { border-color: #0748DC; }
span { border-color: rgb(7,72,220); }
td.TdClassName
{
border-color: #0748DC;
}
.TagClassName
{
border-color: #0748DC;
}
</style>