Shades of Navy Blue #037CDA
Tints of Navy Blue #037CDA
RGB
CMYK
RGB Variations
Color information
#037CDA (or 0x037CDA) is known color: Navy Blue. HEX triplet: 03, 7C and DA. RGB value is (3,124,218). Sum of RGB (Red+Green+Blue) = 3+124+218=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #037CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037CDA is #FC8325. Grayscale: #626262. Windows color (decimal): -16548646 or 14318595. OLE color: 14318595.
HSL color Cylindrical-coordinate representation of color #037CDA: hue angle of 206.23º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037CDA is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 124 | 218 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.15 |
| HSL | 206.23º | 0.97% | 0.43% | - |
| HSV(B) | 206.23º | 0.99% | 0.85% | - |
| XYZ | 19.9 | 19.5 | 69.04 | - |
| YUV | 98.54 | 195.41 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 218 | 0.99 | 0.43 | 0 | 0.15 | 206.23 | 0.97 | 0.43 |
| Hex | 3 | 7C | DA | 63 | 2B | 0 | F | CE | 61 | 2B |
| Octal | 3 | 174 | 332 | 143 | 53 | 0 | 17 | 316 | 141 | 53 |
| Binary | 11 | 1111100 | 11011010 | 1100011 | 101011 | 0 | 1111 | 11001110 | 1100001 | 101011 |
Color Harmonies of #037CDA
Complementary color
Monochromatic Colors of #037CDA
Black with #037CDA
Text Example
Text Example
White with #037CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037CDA; }
p { color: rgb(3,124,218); }
H1.HeaderClassName
{
color: #037CDA;
}
.AnyTagClassName
{
color: #037CDA;
}
</style>
background-color css
<style>
a { background-color: #037CDA; }
a { background-color: rgb(3,124,218); }
div.DivClassName
{
background-color: #037CDA;
}
.BgClassName
{
background-color: #037CDA;
}
</style>
border-color css
<style>
span { border-color: #037CDA; }
span { border-color: rgb(3,124,218); }
td.TdClassName
{
border-color: #037CDA;
}
.TagClassName
{
border-color: #037CDA;
}
</style>