Shades of Navy Blue #037FCB
Tints of Navy Blue #037FCB
RGB
CMYK
RGB Variations
Color information
#037FCB (or 0x037FCB) is known color: Navy Blue. HEX triplet: 03, 7F and CB. RGB value is (3,127,203). Sum of RGB (Red+Green+Blue) = 3+127+203=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #037FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037FCB is #FC8034. Grayscale: #626262. Windows color (decimal): -16547893 or 13336323. OLE color: 13336323.
HSL color Cylindrical-coordinate representation of color #037FCB: hue angle of 202.8º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037FCB is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 127 | 203 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.20 |
| HSL | 202.8º | 0.97% | 0.4% | - |
| HSV(B) | 202.8º | 0.99% | 0.8% | - |
| XYZ | 18.41 | 19.51 | 59.3 | - |
| YUV | 98.59 | 186.92 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 127 | 203 | 0.99 | 0.37 | 0 | 0.20 | 202.8 | 0.97 | 0.4 |
| Hex | 3 | 7F | CB | 63 | 25 | 0 | 14 | CB | 61 | 28 |
| Octal | 3 | 177 | 313 | 143 | 45 | 0 | 24 | 313 | 141 | 50 |
| Binary | 11 | 1111111 | 11001011 | 1100011 | 100101 | 0 | 10100 | 11001011 | 1100001 | 101000 |
Color Harmonies of #037FCB
Complementary color
Monochromatic Colors of #037FCB
Black with #037FCB
Text Example
Text Example
White with #037FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037FCB; }
p { color: rgb(3,127,203); }
H1.HeaderClassName
{
color: #037FCB;
}
.AnyTagClassName
{
color: #037FCB;
}
</style>
background-color css
<style>
a { background-color: #037FCB; }
a { background-color: rgb(3,127,203); }
div.DivClassName
{
background-color: #037FCB;
}
.BgClassName
{
background-color: #037FCB;
}
</style>
border-color css
<style>
span { border-color: #037FCB; }
span { border-color: rgb(3,127,203); }
td.TdClassName
{
border-color: #037FCB;
}
.TagClassName
{
border-color: #037FCB;
}
</style>