Shades of Navy Blue #037BEB
Tints of Navy Blue #037BEB
RGB
CMYK
RGB Variations
Color information
#037BEB (or 0x037BEB) is known color: Navy Blue. HEX triplet: 03, 7B and EB. RGB value is (3,123,235). Sum of RGB (Red+Green+Blue) = 3+123+235=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #037BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037BEB is #FC8414. Grayscale: #636363. Windows color (decimal): -16548885 or 15432451. OLE color: 15432451.
HSL color Cylindrical-coordinate representation of color #037BEB: hue angle of 208.97º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037BEB is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 123 | 235 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.08 |
| HSL | 208.97º | 0.97% | 0.47% | - |
| HSV(B) | 208.97º | 0.99% | 0.92% | - |
| XYZ | 22.12 | 20.18 | 81.33 | - |
| YUV | 99.89 | 204.24 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 123 | 235 | 0.99 | 0.48 | 0 | 0.08 | 208.97 | 0.97 | 0.47 |
| Hex | 3 | 7B | EB | 63 | 30 | 0 | 8 | D1 | 61 | 2F |
| Octal | 3 | 173 | 353 | 143 | 60 | 0 | 10 | 321 | 141 | 57 |
| Binary | 11 | 1111011 | 11101011 | 1100011 | 110000 | 0 | 1000 | 11010001 | 1100001 | 101111 |
Color Harmonies of #037BEB
Complementary color
Monochromatic Colors of #037BEB
Black with #037BEB
Text Example
Text Example
White with #037BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037BEB; }
p { color: rgb(3,123,235); }
H1.HeaderClassName
{
color: #037BEB;
}
.AnyTagClassName
{
color: #037BEB;
}
</style>
background-color css
<style>
a { background-color: #037BEB; }
a { background-color: rgb(3,123,235); }
div.DivClassName
{
background-color: #037BEB;
}
.BgClassName
{
background-color: #037BEB;
}
</style>
border-color css
<style>
span { border-color: #037BEB; }
span { border-color: rgb(3,123,235); }
td.TdClassName
{
border-color: #037BEB;
}
.TagClassName
{
border-color: #037BEB;
}
</style>