Shades of Navy Blue #037BEA
Tints of Navy Blue #037BEA
RGB
CMYK
RGB Variations
Color information
#037BEA (or 0x037BEA) is known color: Navy Blue. HEX triplet: 03, 7B and EA. RGB value is (3,123,234). Sum of RGB (Red+Green+Blue) = 3+123+234=360 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #037BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037BEA is #FC8415. Grayscale: #636363. Windows color (decimal): -16548886 or 15366915. OLE color: 15366915.
HSL color Cylindrical-coordinate representation of color #037BEA: hue angle of 208.83º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037BEA is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 123 | 234 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.08 |
| HSL | 208.83º | 0.97% | 0.46% | - |
| HSV(B) | 208.83º | 0.99% | 0.92% | - |
| XYZ | 21.97 | 20.13 | 80.57 | - |
| YUV | 99.77 | 203.74 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 123 | 234 | 0.99 | 0.47 | 0 | 0.08 | 208.83 | 0.97 | 0.46 |
| Hex | 3 | 7B | EA | 63 | 2F | 0 | 8 | D1 | 61 | 2E |
| Octal | 3 | 173 | 352 | 143 | 57 | 0 | 10 | 321 | 141 | 56 |
| Binary | 11 | 1111011 | 11101010 | 1100011 | 101111 | 0 | 1000 | 11010001 | 1100001 | 101110 |
Color Harmonies of #037BEA
Complementary color
Monochromatic Colors of #037BEA
Black with #037BEA
Text Example
Text Example
White with #037BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037BEA; }
p { color: rgb(3,123,234); }
H1.HeaderClassName
{
color: #037BEA;
}
.AnyTagClassName
{
color: #037BEA;
}
</style>
background-color css
<style>
a { background-color: #037BEA; }
a { background-color: rgb(3,123,234); }
div.DivClassName
{
background-color: #037BEA;
}
.BgClassName
{
background-color: #037BEA;
}
</style>
border-color css
<style>
span { border-color: #037BEA; }
span { border-color: rgb(3,123,234); }
td.TdClassName
{
border-color: #037BEA;
}
.TagClassName
{
border-color: #037BEA;
}
</style>