Shades of Navy Blue #036FE1
Tints of Navy Blue #036FE1
RGB
CMYK
RGB Variations
Color information
#036FE1 (or 0x036FE1) is known color: Navy Blue. HEX triplet: 03, 6F and E1. RGB value is (3,111,225). Sum of RGB (Red+Green+Blue) = 3+111+225=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 225 (88.28% from 255 or 66.37% from 339); Max value from RGB is 225 - color contains mainly: blue. Hex color #036FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036FE1 is #FC901E. Grayscale: #5B5B5B. Windows color (decimal): -16551967 or 14774019. OLE color: 14774019.
HSL color Cylindrical-coordinate representation of color #036FE1: hue angle of 210.81º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036FE1 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 111 | 225 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.12 |
| HSL | 210.81º | 0.97% | 0.45% | - |
| HSV(B) | 210.81º | 0.99% | 0.88% | - |
| XYZ | 19.31 | 16.82 | 73.46 | - |
| YUV | 91.7 | 203.22 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 225 | 0.99 | 0.51 | 0 | 0.12 | 210.81 | 0.97 | 0.45 |
| Hex | 3 | 6F | E1 | 63 | 33 | 0 | C | D3 | 61 | 2D |
| Octal | 3 | 157 | 341 | 143 | 63 | 0 | 14 | 323 | 141 | 55 |
| Binary | 11 | 1101111 | 11100001 | 1100011 | 110011 | 0 | 1100 | 11010011 | 1100001 | 101101 |
Color Harmonies of #036FE1
Complementary color
Monochromatic Colors of #036FE1
Black with #036FE1
Text Example
Text Example
White with #036FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036FE1; }
p { color: rgb(3,111,225); }
H1.HeaderClassName
{
color: #036FE1;
}
.AnyTagClassName
{
color: #036FE1;
}
</style>
background-color css
<style>
a { background-color: #036FE1; }
a { background-color: rgb(3,111,225); }
div.DivClassName
{
background-color: #036FE1;
}
.BgClassName
{
background-color: #036FE1;
}
</style>
border-color css
<style>
span { border-color: #036FE1; }
span { border-color: rgb(3,111,225); }
td.TdClassName
{
border-color: #036FE1;
}
.TagClassName
{
border-color: #036FE1;
}
</style>