Shades of Navy Blue #037FC5
Tints of Navy Blue #037FC5
RGB
CMYK
RGB Variations
Color information
#037FC5 (or 0x037FC5) is known color: Navy Blue. HEX triplet: 03, 7F and C5. RGB value is (3,127,197). Sum of RGB (Red+Green+Blue) = 3+127+197=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 197 (77.34% from 255 or 60.24% from 327); Max value from RGB is 197 - color contains mainly: blue. Hex color #037FC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037FC5 is #FC803A. Grayscale: #616161. Windows color (decimal): -16547899 or 12943107. OLE color: 12943107.
HSL color Cylindrical-coordinate representation of color #037FC5: hue angle of 201.65º 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 #037FC5 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 127 | 197 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.23 |
| HSL | 201.65º | 0.97% | 0.39% | - |
| HSV(B) | 201.65º | 0.98% | 0.77% | - |
| XYZ | 17.7 | 19.23 | 55.6 | - |
| YUV | 97.9 | 183.92 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 127 | 197 | 0.98 | 0.36 | 0 | 0.23 | 201.65 | 0.97 | 0.39 |
| Hex | 3 | 7F | C5 | 62 | 24 | 0 | 17 | CA | 61 | 27 |
| Octal | 3 | 177 | 305 | 142 | 44 | 0 | 27 | 312 | 141 | 47 |
| Binary | 11 | 1111111 | 11000101 | 1100010 | 100100 | 0 | 10111 | 11001010 | 1100001 | 100111 |
Color Harmonies of #037FC5
Complementary color
Monochromatic Colors of #037FC5
Black with #037FC5
Text Example
Text Example
White with #037FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037FC5; }
p { color: rgb(3,127,197); }
H1.HeaderClassName
{
color: #037FC5;
}
.AnyTagClassName
{
color: #037FC5;
}
</style>
background-color css
<style>
a { background-color: #037FC5; }
a { background-color: rgb(3,127,197); }
div.DivClassName
{
background-color: #037FC5;
}
.BgClassName
{
background-color: #037FC5;
}
</style>
border-color css
<style>
span { border-color: #037FC5; }
span { border-color: rgb(3,127,197); }
td.TdClassName
{
border-color: #037FC5;
}
.TagClassName
{
border-color: #037FC5;
}
</style>