Shades of Navy Blue #037BCD
Tints of Navy Blue #037BCD
RGB
CMYK
RGB Variations
Color information
#037BCD (or 0x037BCD) is known color: Navy Blue. HEX triplet: 03, 7B and CD. RGB value is (3,123,205). Sum of RGB (Red+Green+Blue) = 3+123+205=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #037BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037BCD is #FC8432. Grayscale: #606060. Windows color (decimal): -16548915 or 13466371. OLE color: 13466371.
HSL color Cylindrical-coordinate representation of color #037BCD: hue angle of 204.36º 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 #037BCD is Cyan = 0.99, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 123 | 205 | - |
| CMYK | 0.99 | 0.4 | 0 | 0.20 |
| HSL | 204.36º | 0.97% | 0.41% | - |
| HSV(B) | 204.36º | 0.99% | 0.8% | - |
| XYZ | 18.14 | 18.59 | 60.39 | - |
| YUV | 96.47 | 189.24 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 123 | 205 | 0.99 | 0.4 | 0 | 0.20 | 204.36 | 0.97 | 0.41 |
| Hex | 3 | 7B | CD | 63 | 28 | 0 | 14 | CC | 61 | 29 |
| Octal | 3 | 173 | 315 | 143 | 50 | 0 | 24 | 314 | 141 | 51 |
| Binary | 11 | 1111011 | 11001101 | 1100011 | 101000 | 0 | 10100 | 11001100 | 1100001 | 101001 |
Color Harmonies of #037BCD
Complementary color
Monochromatic Colors of #037BCD
Black with #037BCD
Text Example
Text Example
White with #037BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037BCD; }
p { color: rgb(3,123,205); }
H1.HeaderClassName
{
color: #037BCD;
}
.AnyTagClassName
{
color: #037BCD;
}
</style>
background-color css
<style>
a { background-color: #037BCD; }
a { background-color: rgb(3,123,205); }
div.DivClassName
{
background-color: #037BCD;
}
.BgClassName
{
background-color: #037BCD;
}
</style>
border-color css
<style>
span { border-color: #037BCD; }
span { border-color: rgb(3,123,205); }
td.TdClassName
{
border-color: #037BCD;
}
.TagClassName
{
border-color: #037BCD;
}
</style>