Shades of Navy Blue #036FEE
Tints of Navy Blue #036FEE
RGB
CMYK
RGB Variations
Color information
#036FEE (or 0x036FEE) is known color: Navy Blue. HEX triplet: 03, 6F and EE. RGB value is (3,111,238). Sum of RGB (Red+Green+Blue) = 3+111+238=352 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #036FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036FEE is #FC9011. Grayscale: #5C5C5C. Windows color (decimal): -16551954 or 15625987. OLE color: 15625987.
HSL color Cylindrical-coordinate representation of color #036FEE: hue angle of 212.43º 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 #036FEE is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 111 | 238 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.07 |
| HSL | 212.43º | 0.98% | 0.47% | - |
| HSV(B) | 212.43º | 0.99% | 0.93% | - |
| XYZ | 21.15 | 17.56 | 83.16 | - |
| YUV | 93.19 | 209.72 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 238 | 0.99 | 0.53 | 0 | 0.07 | 212.43 | 0.98 | 0.47 |
| Hex | 3 | 6F | EE | 63 | 35 | 0 | 7 | D4 | 62 | 2F |
| Octal | 3 | 157 | 356 | 143 | 65 | 0 | 7 | 324 | 142 | 57 |
| Binary | 11 | 1101111 | 11101110 | 1100011 | 110101 | 0 | 111 | 11010100 | 1100010 | 101111 |
Color Harmonies of #036FEE
Complementary color
Monochromatic Colors of #036FEE
Black with #036FEE
Text Example
Text Example
White with #036FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036FEE; }
p { color: rgb(3,111,238); }
H1.HeaderClassName
{
color: #036FEE;
}
.AnyTagClassName
{
color: #036FEE;
}
</style>
background-color css
<style>
a { background-color: #036FEE; }
a { background-color: rgb(3,111,238); }
div.DivClassName
{
background-color: #036FEE;
}
.BgClassName
{
background-color: #036FEE;
}
</style>
border-color css
<style>
span { border-color: #036FEE; }
span { border-color: rgb(3,111,238); }
td.TdClassName
{
border-color: #036FEE;
}
.TagClassName
{
border-color: #036FEE;
}
</style>