Shades of Navy Blue #036FED
Tints of Navy Blue #036FED
RGB
CMYK
RGB Variations
Color information
#036FED (or 0x036FED) is known color: Navy Blue. HEX triplet: 03, 6F and ED. RGB value is (3,111,237). Sum of RGB (Red+Green+Blue) = 3+111+237=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #036FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036FED is #FC9012. Grayscale: #5C5C5C. Windows color (decimal): -16551955 or 15560451. OLE color: 15560451.
HSL color Cylindrical-coordinate representation of color #036FED: hue angle of 212.31º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036FED is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 111 | 237 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.07 |
| HSL | 212.31º | 0.98% | 0.47% | - |
| HSV(B) | 212.31º | 0.99% | 0.93% | - |
| XYZ | 21.01 | 17.5 | 82.39 | - |
| YUV | 93.07 | 209.22 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 237 | 0.99 | 0.53 | 0 | 0.07 | 212.31 | 0.98 | 0.47 |
| Hex | 3 | 6F | ED | 63 | 35 | 0 | 7 | D4 | 62 | 2F |
| Octal | 3 | 157 | 355 | 143 | 65 | 0 | 7 | 324 | 142 | 57 |
| Binary | 11 | 1101111 | 11101101 | 1100011 | 110101 | 0 | 111 | 11010100 | 1100010 | 101111 |
Color Harmonies of #036FED
Complementary color
Monochromatic Colors of #036FED
Black with #036FED
Text Example
Text Example
White with #036FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036FED; }
p { color: rgb(3,111,237); }
H1.HeaderClassName
{
color: #036FED;
}
.AnyTagClassName
{
color: #036FED;
}
</style>
background-color css
<style>
a { background-color: #036FED; }
a { background-color: rgb(3,111,237); }
div.DivClassName
{
background-color: #036FED;
}
.BgClassName
{
background-color: #036FED;
}
</style>
border-color css
<style>
span { border-color: #036FED; }
span { border-color: rgb(3,111,237); }
td.TdClassName
{
border-color: #036FED;
}
.TagClassName
{
border-color: #036FED;
}
</style>