Shades of Navy Blue #037CDD
Tints of Navy Blue #037CDD
RGB
CMYK
RGB Variations
Color information
#037CDD (or 0x037CDD) is known color: Navy Blue. HEX triplet: 03, 7C and DD. RGB value is (3,124,221). Sum of RGB (Red+Green+Blue) = 3+124+221=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #037CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037CDD is #FC8322. Grayscale: #626262. Windows color (decimal): -16548643 or 14515203. OLE color: 14515203.
HSL color Cylindrical-coordinate representation of color #037CDD: hue angle of 206.7º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037CDD is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 124 | 221 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.13 |
| HSL | 206.7º | 0.97% | 0.44% | - |
| HSV(B) | 206.7º | 0.99% | 0.87% | - |
| XYZ | 20.3 | 19.66 | 71.13 | - |
| YUV | 98.88 | 196.91 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 221 | 0.99 | 0.44 | 0 | 0.13 | 206.7 | 0.97 | 0.44 |
| Hex | 3 | 7C | DD | 63 | 2C | 0 | D | CF | 61 | 2C |
| Octal | 3 | 174 | 335 | 143 | 54 | 0 | 15 | 317 | 141 | 54 |
| Binary | 11 | 1111100 | 11011101 | 1100011 | 101100 | 0 | 1101 | 11001111 | 1100001 | 101100 |
Color Harmonies of #037CDD
Complementary color
Monochromatic Colors of #037CDD
Black with #037CDD
Text Example
Text Example
White with #037CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037CDD; }
p { color: rgb(3,124,221); }
H1.HeaderClassName
{
color: #037CDD;
}
.AnyTagClassName
{
color: #037CDD;
}
</style>
background-color css
<style>
a { background-color: #037CDD; }
a { background-color: rgb(3,124,221); }
div.DivClassName
{
background-color: #037CDD;
}
.BgClassName
{
background-color: #037CDD;
}
</style>
border-color css
<style>
span { border-color: #037CDD; }
span { border-color: rgb(3,124,221); }
td.TdClassName
{
border-color: #037CDD;
}
.TagClassName
{
border-color: #037CDD;
}
</style>