Shades of Navy Blue #036FE4
Tints of Navy Blue #036FE4
RGB
CMYK
RGB Variations
Color information
#036FE4 (or 0x036FE4) is known color: Navy Blue. HEX triplet: 03, 6F and E4. RGB value is (3,111,228). Sum of RGB (Red+Green+Blue) = 3+111+228=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 228 (89.45% from 255 or 66.67% from 342); Max value from RGB is 228 - color contains mainly: blue. Hex color #036FE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036FE4 is #FC901B. Grayscale: #5B5B5B. Windows color (decimal): -16551964 or 14970627. OLE color: 14970627.
HSL color Cylindrical-coordinate representation of color #036FE4: hue angle of 211.2º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036FE4 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 111 | 228 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.11 |
| HSL | 211.2º | 0.97% | 0.45% | - |
| HSV(B) | 211.2º | 0.99% | 0.89% | - |
| XYZ | 19.73 | 16.99 | 75.64 | - |
| YUV | 92.05 | 204.72 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 228 | 0.99 | 0.51 | 0 | 0.11 | 211.2 | 0.97 | 0.45 |
| Hex | 3 | 6F | E4 | 63 | 33 | 0 | B | D3 | 61 | 2D |
| Octal | 3 | 157 | 344 | 143 | 63 | 0 | 13 | 323 | 141 | 55 |
| Binary | 11 | 1101111 | 11100100 | 1100011 | 110011 | 0 | 1011 | 11010011 | 1100001 | 101101 |
Color Harmonies of #036FE4
Complementary color
Monochromatic Colors of #036FE4
Black with #036FE4
Text Example
Text Example
White with #036FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036FE4; }
p { color: rgb(3,111,228); }
H1.HeaderClassName
{
color: #036FE4;
}
.AnyTagClassName
{
color: #036FE4;
}
</style>
background-color css
<style>
a { background-color: #036FE4; }
a { background-color: rgb(3,111,228); }
div.DivClassName
{
background-color: #036FE4;
}
.BgClassName
{
background-color: #036FE4;
}
</style>
border-color css
<style>
span { border-color: #036FE4; }
span { border-color: rgb(3,111,228); }
td.TdClassName
{
border-color: #036FE4;
}
.TagClassName
{
border-color: #036FE4;
}
</style>