Shades of Navy Blue #037CDC
Tints of Navy Blue #037CDC
RGB
CMYK
RGB Variations
Color information
#037CDC (or 0x037CDC) is known color: Navy Blue. HEX triplet: 03, 7C and DC. RGB value is (3,124,220). Sum of RGB (Red+Green+Blue) = 3+124+220=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #037CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037CDC is #FC8323. Grayscale: #626262. Windows color (decimal): -16548644 or 14449667. OLE color: 14449667.
HSL color Cylindrical-coordinate representation of color #037CDC: hue angle of 206.54º degrees, saturation: 0.97, 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 #037CDC is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 124 | 220 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.14 |
| HSL | 206.54º | 0.97% | 0.44% | - |
| HSV(B) | 206.54º | 0.99% | 0.86% | - |
| XYZ | 20.16 | 19.6 | 70.43 | - |
| YUV | 98.77 | 196.41 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 220 | 0.99 | 0.44 | 0 | 0.14 | 206.54 | 0.97 | 0.44 |
| Hex | 3 | 7C | DC | 63 | 2C | 0 | E | CF | 61 | 2C |
| Octal | 3 | 174 | 334 | 143 | 54 | 0 | 16 | 317 | 141 | 54 |
| Binary | 11 | 1111100 | 11011100 | 1100011 | 101100 | 0 | 1110 | 11001111 | 1100001 | 101100 |
Color Harmonies of #037CDC
Complementary color
Monochromatic Colors of #037CDC
Black with #037CDC
Text Example
Text Example
White with #037CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037CDC; }
p { color: rgb(3,124,220); }
H1.HeaderClassName
{
color: #037CDC;
}
.AnyTagClassName
{
color: #037CDC;
}
</style>
background-color css
<style>
a { background-color: #037CDC; }
a { background-color: rgb(3,124,220); }
div.DivClassName
{
background-color: #037CDC;
}
.BgClassName
{
background-color: #037CDC;
}
</style>
border-color css
<style>
span { border-color: #037CDC; }
span { border-color: rgb(3,124,220); }
td.TdClassName
{
border-color: #037CDC;
}
.TagClassName
{
border-color: #037CDC;
}
</style>