Shades of Navy Blue #037BDF
Tints of Navy Blue #037BDF
RGB
CMYK
RGB Variations
Color information
#037BDF (or 0x037BDF) is known color: Navy Blue. HEX triplet: 03, 7B and DF. RGB value is (3,123,223). Sum of RGB (Red+Green+Blue) = 3+123+223=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #037BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037BDF is #FC8420. Grayscale: #626262. Windows color (decimal): -16548897 or 14646019. OLE color: 14646019.
HSL color Cylindrical-coordinate representation of color #037BDF: hue angle of 207.27º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037BDF is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 123 | 223 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.13 |
| HSL | 207.27º | 0.97% | 0.44% | - |
| HSV(B) | 207.27º | 0.99% | 0.87% | - |
| XYZ | 20.44 | 19.51 | 72.5 | - |
| YUV | 98.52 | 198.24 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 123 | 223 | 0.99 | 0.45 | 0 | 0.13 | 207.27 | 0.97 | 0.44 |
| Hex | 3 | 7B | DF | 63 | 2D | 0 | D | CF | 61 | 2C |
| Octal | 3 | 173 | 337 | 143 | 55 | 0 | 15 | 317 | 141 | 54 |
| Binary | 11 | 1111011 | 11011111 | 1100011 | 101101 | 0 | 1101 | 11001111 | 1100001 | 101100 |
Color Harmonies of #037BDF
Complementary color
Monochromatic Colors of #037BDF
Black with #037BDF
Text Example
Text Example
White with #037BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037BDF; }
p { color: rgb(3,123,223); }
H1.HeaderClassName
{
color: #037BDF;
}
.AnyTagClassName
{
color: #037BDF;
}
</style>
background-color css
<style>
a { background-color: #037BDF; }
a { background-color: rgb(3,123,223); }
div.DivClassName
{
background-color: #037BDF;
}
.BgClassName
{
background-color: #037BDF;
}
</style>
border-color css
<style>
span { border-color: #037BDF; }
span { border-color: rgb(3,123,223); }
td.TdClassName
{
border-color: #037BDF;
}
.TagClassName
{
border-color: #037BDF;
}
</style>