Shades of Navy Blue #036ACE
Tints of Navy Blue #036ACE
RGB
CMYK
RGB Variations
Color information
#036ACE (or 0x036ACE) is known color: Navy Blue. HEX triplet: 03, 6A and CE. RGB value is (3,106,206). Sum of RGB (Red+Green+Blue) = 3+106+206=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #036ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036ACE is #FC9531. Grayscale: #565656. Windows color (decimal): -16553266 or 13527555. OLE color: 13527555.
HSL color Cylindrical-coordinate representation of color #036ACE: hue angle of 209.56º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036ACE is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 106 | 206 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.19 |
| HSL | 209.56º | 0.97% | 0.41% | - |
| HSV(B) | 209.56º | 0.99% | 0.81% | - |
| XYZ | 16.33 | 14.78 | 60.39 | - |
| YUV | 86.6 | 195.38 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 106 | 206 | 0.99 | 0.49 | 0 | 0.19 | 209.56 | 0.97 | 0.41 |
| Hex | 3 | 6A | CE | 63 | 31 | 0 | 13 | D2 | 61 | 29 |
| Octal | 3 | 152 | 316 | 143 | 61 | 0 | 23 | 322 | 141 | 51 |
| Binary | 11 | 1101010 | 11001110 | 1100011 | 110001 | 0 | 10011 | 11010010 | 1100001 | 101001 |
Color Harmonies of #036ACE
Complementary color
Monochromatic Colors of #036ACE
Black with #036ACE
Text Example
Text Example
White with #036ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036ACE; }
p { color: rgb(3,106,206); }
H1.HeaderClassName
{
color: #036ACE;
}
.AnyTagClassName
{
color: #036ACE;
}
</style>
background-color css
<style>
a { background-color: #036ACE; }
a { background-color: rgb(3,106,206); }
div.DivClassName
{
background-color: #036ACE;
}
.BgClassName
{
background-color: #036ACE;
}
</style>
border-color css
<style>
span { border-color: #036ACE; }
span { border-color: rgb(3,106,206); }
td.TdClassName
{
border-color: #036ACE;
}
.TagClassName
{
border-color: #036ACE;
}
</style>