Shades of Navy Blue #037CCD
Tints of Navy Blue #037CCD
RGB
CMYK
RGB Variations
Color information
#037CCD (or 0x037CCD) is known color: Navy Blue. HEX triplet: 03, 7C and CD. RGB value is (3,124,205). Sum of RGB (Red+Green+Blue) = 3+124+205=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #037CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037CCD is #FC8332. Grayscale: #606060. Windows color (decimal): -16548659 or 13466627. OLE color: 13466627.
HSL color Cylindrical-coordinate representation of color #037CCD: hue angle of 204.06º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037CCD is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 124 | 205 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.20 |
| HSL | 204.06º | 0.97% | 0.41% | - |
| HSV(B) | 204.06º | 0.99% | 0.8% | - |
| XYZ | 18.26 | 18.84 | 60.43 | - |
| YUV | 97.06 | 188.91 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 205 | 0.99 | 0.40 | 0 | 0.20 | 204.06 | 0.97 | 0.41 |
| Hex | 3 | 7C | CD | 63 | 28 | 0 | 14 | CC | 61 | 29 |
| Octal | 3 | 174 | 315 | 143 | 50 | 0 | 24 | 314 | 141 | 51 |
| Binary | 11 | 1111100 | 11001101 | 1100011 | 101000 | 0 | 10100 | 11001100 | 1100001 | 101001 |
Color Harmonies of #037CCD
Complementary color
Monochromatic Colors of #037CCD
Black with #037CCD
Text Example
Text Example
White with #037CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037CCD; }
p { color: rgb(3,124,205); }
H1.HeaderClassName
{
color: #037CCD;
}
.AnyTagClassName
{
color: #037CCD;
}
</style>
background-color css
<style>
a { background-color: #037CCD; }
a { background-color: rgb(3,124,205); }
div.DivClassName
{
background-color: #037CCD;
}
.BgClassName
{
background-color: #037CCD;
}
</style>
border-color css
<style>
span { border-color: #037CCD; }
span { border-color: rgb(3,124,205); }
td.TdClassName
{
border-color: #037CCD;
}
.TagClassName
{
border-color: #037CCD;
}
</style>