Shades of Navy Blue #036DD7
Tints of Navy Blue #036DD7
RGB
CMYK
RGB Variations
Color information
#036DD7 (or 0x036DD7) is known color: Navy Blue. HEX triplet: 03, 6D and D7. RGB value is (3,109,215). Sum of RGB (Red+Green+Blue) = 3+109+215=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 215 (84.38% from 255 or 65.75% from 327); Max value from RGB is 215 - color contains mainly: blue. Hex color #036DD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DD7 is #FC9228. Grayscale: #585858. Windows color (decimal): -16552489 or 14118147. OLE color: 14118147.
HSL color Cylindrical-coordinate representation of color #036DD7: hue angle of 210º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036DD7 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 109 | 215 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.16 |
| HSL | 210º | 0.97% | 0.43% | - |
| HSV(B) | 210º | 0.99% | 0.84% | - |
| XYZ | 17.77 | 15.86 | 66.42 | - |
| YUV | 89.39 | 198.88 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 215 | 0.99 | 0.49 | 0 | 0.16 | 210 | 0.97 | 0.43 |
| Hex | 3 | 6D | D7 | 63 | 31 | 0 | 10 | D2 | 61 | 2B |
| Octal | 3 | 155 | 327 | 143 | 61 | 0 | 20 | 322 | 141 | 53 |
| Binary | 11 | 1101101 | 11010111 | 1100011 | 110001 | 0 | 10000 | 11010010 | 1100001 | 101011 |
Color Harmonies of #036DD7
Complementary color
Monochromatic Colors of #036DD7
Black with #036DD7
Text Example
Text Example
White with #036DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036DD7; }
p { color: rgb(3,109,215); }
H1.HeaderClassName
{
color: #036DD7;
}
.AnyTagClassName
{
color: #036DD7;
}
</style>
background-color css
<style>
a { background-color: #036DD7; }
a { background-color: rgb(3,109,215); }
div.DivClassName
{
background-color: #036DD7;
}
.BgClassName
{
background-color: #036DD7;
}
</style>
border-color css
<style>
span { border-color: #036DD7; }
span { border-color: rgb(3,109,215); }
td.TdClassName
{
border-color: #036DD7;
}
.TagClassName
{
border-color: #036DD7;
}
</style>