Shades of Navy Blue #037BE8
Tints of Navy Blue #037BE8
RGB
CMYK
RGB Variations
Color information
#037BE8 (or 0x037BE8) is known color: Navy Blue. HEX triplet: 03, 7B and E8. RGB value is (3,123,232). Sum of RGB (Red+Green+Blue) = 3+123+232=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 232 (91.02% from 255 or 64.80% from 358); Max value from RGB is 232 - color contains mainly: blue. Hex color #037BE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037BE8 is #FC8417. Grayscale: #626262. Windows color (decimal): -16548888 or 15235843. OLE color: 15235843.
HSL color Cylindrical-coordinate representation of color #037BE8: hue angle of 208.56º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037BE8 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 123 | 232 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.09 |
| HSL | 208.56º | 0.97% | 0.46% | - |
| HSV(B) | 208.56º | 0.99% | 0.91% | - |
| XYZ | 21.69 | 20.01 | 79.06 | - |
| YUV | 99.55 | 202.74 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 123 | 232 | 0.99 | 0.47 | 0 | 0.09 | 208.56 | 0.97 | 0.46 |
| Hex | 3 | 7B | E8 | 63 | 2F | 0 | 9 | D1 | 61 | 2E |
| Octal | 3 | 173 | 350 | 143 | 57 | 0 | 11 | 321 | 141 | 56 |
| Binary | 11 | 1111011 | 11101000 | 1100011 | 101111 | 0 | 1001 | 11010001 | 1100001 | 101110 |
Color Harmonies of #037BE8
Complementary color
Monochromatic Colors of #037BE8
Black with #037BE8
Text Example
Text Example
White with #037BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037BE8; }
p { color: rgb(3,123,232); }
H1.HeaderClassName
{
color: #037BE8;
}
.AnyTagClassName
{
color: #037BE8;
}
</style>
background-color css
<style>
a { background-color: #037BE8; }
a { background-color: rgb(3,123,232); }
div.DivClassName
{
background-color: #037BE8;
}
.BgClassName
{
background-color: #037BE8;
}
</style>
border-color css
<style>
span { border-color: #037BE8; }
span { border-color: rgb(3,123,232); }
td.TdClassName
{
border-color: #037BE8;
}
.TagClassName
{
border-color: #037BE8;
}
</style>