Shades of Navy Blue #037DC5
Tints of Navy Blue #037DC5
RGB
CMYK
RGB Variations
Color information
#037DC5 (or 0x037DC5) is known color: Navy Blue. HEX triplet: 03, 7D and C5. RGB value is (3,125,197). Sum of RGB (Red+Green+Blue) = 3+125+197=325 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 197 (77.34% from 255 or 60.62% from 325); Max value from RGB is 197 - color contains mainly: blue. Hex color #037DC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037DC5 is #FC823A. Grayscale: #606060. Windows color (decimal): -16548411 or 12942595. OLE color: 12942595.
HSL color Cylindrical-coordinate representation of color #037DC5: hue angle of 202.27º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037DC5 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 125 | 197 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.23 |
| HSL | 202.27º | 0.97% | 0.39% | - |
| HSV(B) | 202.27º | 0.98% | 0.77% | - |
| XYZ | 17.45 | 18.72 | 55.52 | - |
| YUV | 96.73 | 184.58 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 125 | 197 | 0.98 | 0.37 | 0 | 0.23 | 202.27 | 0.97 | 0.39 |
| Hex | 3 | 7D | C5 | 62 | 25 | 0 | 17 | CA | 61 | 27 |
| Octal | 3 | 175 | 305 | 142 | 45 | 0 | 27 | 312 | 141 | 47 |
| Binary | 11 | 1111101 | 11000101 | 1100010 | 100101 | 0 | 10111 | 11001010 | 1100001 | 100111 |
Color Harmonies of #037DC5
Complementary color
Monochromatic Colors of #037DC5
Black with #037DC5
Text Example
Text Example
White with #037DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037DC5; }
p { color: rgb(3,125,197); }
H1.HeaderClassName
{
color: #037DC5;
}
.AnyTagClassName
{
color: #037DC5;
}
</style>
background-color css
<style>
a { background-color: #037DC5; }
a { background-color: rgb(3,125,197); }
div.DivClassName
{
background-color: #037DC5;
}
.BgClassName
{
background-color: #037DC5;
}
</style>
border-color css
<style>
span { border-color: #037DC5; }
span { border-color: rgb(3,125,197); }
td.TdClassName
{
border-color: #037DC5;
}
.TagClassName
{
border-color: #037DC5;
}
</style>