Shades of Navy Blue #037CD3
Tints of Navy Blue #037CD3
RGB
CMYK
RGB Variations
Color information
#037CD3 (or 0x037CD3) is known color: Navy Blue. HEX triplet: 03, 7C and D3. RGB value is (3,124,211). Sum of RGB (Red+Green+Blue) = 3+124+211=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 211 (82.81% from 255 or 62.43% from 338); Max value from RGB is 211 - color contains mainly: blue. Hex color #037CD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037CD3 is #FC832C. Grayscale: #616161. Windows color (decimal): -16548653 or 13859843. OLE color: 13859843.
HSL color Cylindrical-coordinate representation of color #037CD3: hue angle of 205.1º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037CD3 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 124 | 211 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.17 |
| HSL | 205.1º | 0.97% | 0.42% | - |
| HSV(B) | 205.1º | 0.99% | 0.83% | - |
| XYZ | 19 | 19.14 | 64.32 | - |
| YUV | 97.74 | 191.91 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 211 | 0.99 | 0.41 | 0 | 0.17 | 205.1 | 0.97 | 0.42 |
| Hex | 3 | 7C | D3 | 63 | 29 | 0 | 11 | CD | 61 | 2A |
| Octal | 3 | 174 | 323 | 143 | 51 | 0 | 21 | 315 | 141 | 52 |
| Binary | 11 | 1111100 | 11010011 | 1100011 | 101001 | 0 | 10001 | 11001101 | 1100001 | 101010 |
Color Harmonies of #037CD3
Complementary color
Monochromatic Colors of #037CD3
Black with #037CD3
Text Example
Text Example
White with #037CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037CD3; }
p { color: rgb(3,124,211); }
H1.HeaderClassName
{
color: #037CD3;
}
.AnyTagClassName
{
color: #037CD3;
}
</style>
background-color css
<style>
a { background-color: #037CD3; }
a { background-color: rgb(3,124,211); }
div.DivClassName
{
background-color: #037CD3;
}
.BgClassName
{
background-color: #037CD3;
}
</style>
border-color css
<style>
span { border-color: #037CD3; }
span { border-color: rgb(3,124,211); }
td.TdClassName
{
border-color: #037CD3;
}
.TagClassName
{
border-color: #037CD3;
}
</style>