Shades of Navy Blue #037CC5
Tints of Navy Blue #037CC5
RGB
CMYK
RGB Variations
Color information
#037CC5 (or 0x037CC5) is known color: Navy Blue. HEX triplet: 03, 7C and C5. RGB value is (3,124,197). Sum of RGB (Red+Green+Blue) = 3+124+197=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 197 (77.34% from 255 or 60.80% from 324); Max value from RGB is 197 - color contains mainly: blue. Hex color #037CC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037CC5 is #FC833A. Grayscale: #5F5F5F. Windows color (decimal): -16548667 or 12942339. OLE color: 12942339.
HSL color Cylindrical-coordinate representation of color #037CC5: hue angle of 202.58º 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 #037CC5 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 124 | 197 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.23 |
| HSL | 202.58º | 0.97% | 0.39% | - |
| HSV(B) | 202.58º | 0.98% | 0.77% | - |
| XYZ | 17.32 | 18.47 | 55.47 | - |
| YUV | 96.14 | 184.91 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 197 | 0.98 | 0.37 | 0 | 0.23 | 202.58 | 0.97 | 0.39 |
| Hex | 3 | 7C | C5 | 62 | 25 | 0 | 17 | CB | 61 | 27 |
| Octal | 3 | 174 | 305 | 142 | 45 | 0 | 27 | 313 | 141 | 47 |
| Binary | 11 | 1111100 | 11000101 | 1100010 | 100101 | 0 | 10111 | 11001011 | 1100001 | 100111 |
Color Harmonies of #037CC5
Complementary color
Monochromatic Colors of #037CC5
Black with #037CC5
Text Example
Text Example
White with #037CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037CC5; }
p { color: rgb(3,124,197); }
H1.HeaderClassName
{
color: #037CC5;
}
.AnyTagClassName
{
color: #037CC5;
}
</style>
background-color css
<style>
a { background-color: #037CC5; }
a { background-color: rgb(3,124,197); }
div.DivClassName
{
background-color: #037CC5;
}
.BgClassName
{
background-color: #037CC5;
}
</style>
border-color css
<style>
span { border-color: #037CC5; }
span { border-color: rgb(3,124,197); }
td.TdClassName
{
border-color: #037CC5;
}
.TagClassName
{
border-color: #037CC5;
}
</style>