Shades of Navy Blue #036CEA
Tints of Navy Blue #036CEA
RGB
CMYK
RGB Variations
Color information
#036CEA (or 0x036CEA) is known color: Navy Blue. HEX triplet: 03, 6C and EA. RGB value is (3,108,234). Sum of RGB (Red+Green+Blue) = 3+108+234=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #036CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036CEA is #FC9315. Grayscale: #5A5A5A. Windows color (decimal): -16552726 or 15363075. OLE color: 15363075.
HSL color Cylindrical-coordinate representation of color #036CEA: hue angle of 212.73º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036CEA is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 108 | 234 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.08 |
| HSL | 212.73º | 0.97% | 0.46% | - |
| HSV(B) | 212.73º | 0.99% | 0.92% | - |
| XYZ | 20.25 | 16.69 | 80 | - |
| YUV | 90.97 | 208.71 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 234 | 0.99 | 0.54 | 0 | 0.08 | 212.73 | 0.97 | 0.46 |
| Hex | 3 | 6C | EA | 63 | 36 | 0 | 8 | D5 | 61 | 2E |
| Octal | 3 | 154 | 352 | 143 | 66 | 0 | 10 | 325 | 141 | 56 |
| Binary | 11 | 1101100 | 11101010 | 1100011 | 110110 | 0 | 1000 | 11010101 | 1100001 | 101110 |
Color Harmonies of #036CEA
Complementary color
Monochromatic Colors of #036CEA
Black with #036CEA
Text Example
Text Example
White with #036CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036CEA; }
p { color: rgb(3,108,234); }
H1.HeaderClassName
{
color: #036CEA;
}
.AnyTagClassName
{
color: #036CEA;
}
</style>
background-color css
<style>
a { background-color: #036CEA; }
a { background-color: rgb(3,108,234); }
div.DivClassName
{
background-color: #036CEA;
}
.BgClassName
{
background-color: #036CEA;
}
</style>
border-color css
<style>
span { border-color: #036CEA; }
span { border-color: rgb(3,108,234); }
td.TdClassName
{
border-color: #036CEA;
}
.TagClassName
{
border-color: #036CEA;
}
</style>