Shades of Navy Blue #037BDC
Tints of Navy Blue #037BDC
RGB
CMYK
RGB Variations
Color information
#037BDC (or 0x037BDC) is known color: Navy Blue. HEX triplet: 03, 7B and DC. RGB value is (3,123,220). Sum of RGB (Red+Green+Blue) = 3+123+220=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #037BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037BDC is #FC8423. Grayscale: #616161. Windows color (decimal): -16548900 or 14449411. OLE color: 14449411.
HSL color Cylindrical-coordinate representation of color #037BDC: hue angle of 206.82º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037BDC is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 123 | 220 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.14 |
| HSL | 206.82º | 0.97% | 0.44% | - |
| HSV(B) | 206.82º | 0.99% | 0.86% | - |
| XYZ | 20.04 | 19.35 | 70.39 | - |
| YUV | 98.18 | 196.74 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 123 | 220 | 0.99 | 0.44 | 0 | 0.14 | 206.82 | 0.97 | 0.44 |
| Hex | 3 | 7B | DC | 63 | 2C | 0 | E | CF | 61 | 2C |
| Octal | 3 | 173 | 334 | 143 | 54 | 0 | 16 | 317 | 141 | 54 |
| Binary | 11 | 1111011 | 11011100 | 1100011 | 101100 | 0 | 1110 | 11001111 | 1100001 | 101100 |
Color Harmonies of #037BDC
Complementary color
Monochromatic Colors of #037BDC
Black with #037BDC
Text Example
Text Example
White with #037BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037BDC; }
p { color: rgb(3,123,220); }
H1.HeaderClassName
{
color: #037BDC;
}
.AnyTagClassName
{
color: #037BDC;
}
</style>
background-color css
<style>
a { background-color: #037BDC; }
a { background-color: rgb(3,123,220); }
div.DivClassName
{
background-color: #037BDC;
}
.BgClassName
{
background-color: #037BDC;
}
</style>
border-color css
<style>
span { border-color: #037BDC; }
span { border-color: rgb(3,123,220); }
td.TdClassName
{
border-color: #037BDC;
}
.TagClassName
{
border-color: #037BDC;
}
</style>