Shades of Navy Blue #037BEC
Tints of Navy Blue #037BEC
RGB
CMYK
RGB Variations
Color information
#037BEC (or 0x037BEC) is known color: Navy Blue. HEX triplet: 03, 7B and EC. RGB value is (3,123,236). Sum of RGB (Red+Green+Blue) = 3+123+236=362 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #037BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037BEC is #FC8413. Grayscale: #636363. Windows color (decimal): -16548884 or 15497987. OLE color: 15497987.
HSL color Cylindrical-coordinate representation of color #037BEC: hue angle of 209.1º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037BEC is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 123 | 236 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.07 |
| HSL | 209.1º | 0.97% | 0.47% | - |
| HSV(B) | 209.1º | 0.99% | 0.93% | - |
| XYZ | 22.26 | 20.24 | 82.09 | - |
| YUV | 100 | 204.74 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 123 | 236 | 0.99 | 0.48 | 0 | 0.07 | 209.1 | 0.97 | 0.47 |
| Hex | 3 | 7B | EC | 63 | 30 | 0 | 7 | D1 | 61 | 2F |
| Octal | 3 | 173 | 354 | 143 | 60 | 0 | 7 | 321 | 141 | 57 |
| Binary | 11 | 1111011 | 11101100 | 1100011 | 110000 | 0 | 111 | 11010001 | 1100001 | 101111 |
Color Harmonies of #037BEC
Complementary color
Monochromatic Colors of #037BEC
Black with #037BEC
Text Example
Text Example
White with #037BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037BEC; }
p { color: rgb(3,123,236); }
H1.HeaderClassName
{
color: #037BEC;
}
.AnyTagClassName
{
color: #037BEC;
}
</style>
background-color css
<style>
a { background-color: #037BEC; }
a { background-color: rgb(3,123,236); }
div.DivClassName
{
background-color: #037BEC;
}
.BgClassName
{
background-color: #037BEC;
}
</style>
border-color css
<style>
span { border-color: #037BEC; }
span { border-color: rgb(3,123,236); }
td.TdClassName
{
border-color: #037BEC;
}
.TagClassName
{
border-color: #037BEC;
}
</style>