Shades of Navy Blue #037EDA
Tints of Navy Blue #037EDA
RGB
CMYK
RGB Variations
Color information
#037EDA (or 0x037EDA) is known color: Navy Blue. HEX triplet: 03, 7E and DA. RGB value is (3,126,218). Sum of RGB (Red+Green+Blue) = 3+126+218=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #037EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037EDA is #FC8125. Grayscale: #636363. Windows color (decimal): -16548134 or 14319107. OLE color: 14319107.
HSL color Cylindrical-coordinate representation of color #037EDA: hue angle of 205.67º 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 #037EDA is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 126 | 218 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.15 |
| HSL | 205.67º | 0.97% | 0.43% | - |
| HSV(B) | 205.67º | 0.99% | 0.85% | - |
| XYZ | 20.15 | 20 | 69.13 | - |
| YUV | 99.71 | 194.75 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 126 | 218 | 0.99 | 0.42 | 0 | 0.15 | 205.67 | 0.97 | 0.43 |
| Hex | 3 | 7E | DA | 63 | 2A | 0 | F | CE | 61 | 2B |
| Octal | 3 | 176 | 332 | 143 | 52 | 0 | 17 | 316 | 141 | 53 |
| Binary | 11 | 1111110 | 11011010 | 1100011 | 101010 | 0 | 1111 | 11001110 | 1100001 | 101011 |
Color Harmonies of #037EDA
Complementary color
Monochromatic Colors of #037EDA
Black with #037EDA
Text Example
Text Example
White with #037EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037EDA; }
p { color: rgb(3,126,218); }
H1.HeaderClassName
{
color: #037EDA;
}
.AnyTagClassName
{
color: #037EDA;
}
</style>
background-color css
<style>
a { background-color: #037EDA; }
a { background-color: rgb(3,126,218); }
div.DivClassName
{
background-color: #037EDA;
}
.BgClassName
{
background-color: #037EDA;
}
</style>
border-color css
<style>
span { border-color: #037EDA; }
span { border-color: rgb(3,126,218); }
td.TdClassName
{
border-color: #037EDA;
}
.TagClassName
{
border-color: #037EDA;
}
</style>