Shades of Navy Blue #036ADF
Tints of Navy Blue #036ADF
RGB
CMYK
RGB Variations
Color information
#036ADF (or 0x036ADF) is known color: Navy Blue. HEX triplet: 03, 6A and DF. RGB value is (3,106,223). Sum of RGB (Red+Green+Blue) = 3+106+223=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #036ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036ADF is #FC9520. Grayscale: #575757. Windows color (decimal): -16553249 or 14641667. OLE color: 14641667.
HSL color Cylindrical-coordinate representation of color #036ADF: hue angle of 211.91º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036ADF is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 106 | 223 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.13 |
| HSL | 211.91º | 0.97% | 0.44% | - |
| HSV(B) | 211.91º | 0.99% | 0.87% | - |
| XYZ | 18.51 | 15.66 | 71.86 | - |
| YUV | 88.54 | 203.88 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 106 | 223 | 0.99 | 0.52 | 0 | 0.13 | 211.91 | 0.97 | 0.44 |
| Hex | 3 | 6A | DF | 63 | 34 | 0 | D | D4 | 61 | 2C |
| Octal | 3 | 152 | 337 | 143 | 64 | 0 | 15 | 324 | 141 | 54 |
| Binary | 11 | 1101010 | 11011111 | 1100011 | 110100 | 0 | 1101 | 11010100 | 1100001 | 101100 |
Color Harmonies of #036ADF
Complementary color
Monochromatic Colors of #036ADF
Black with #036ADF
Text Example
Text Example
White with #036ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036ADF; }
p { color: rgb(3,106,223); }
H1.HeaderClassName
{
color: #036ADF;
}
.AnyTagClassName
{
color: #036ADF;
}
</style>
background-color css
<style>
a { background-color: #036ADF; }
a { background-color: rgb(3,106,223); }
div.DivClassName
{
background-color: #036ADF;
}
.BgClassName
{
background-color: #036ADF;
}
</style>
border-color css
<style>
span { border-color: #036ADF; }
span { border-color: rgb(3,106,223); }
td.TdClassName
{
border-color: #036ADF;
}
.TagClassName
{
border-color: #036ADF;
}
</style>