Shades of Navy Blue #036FDD
Tints of Navy Blue #036FDD
RGB
CMYK
RGB Variations
Color information
#036FDD (or 0x036FDD) is known color: Navy Blue. HEX triplet: 03, 6F and DD. RGB value is (3,111,221). Sum of RGB (Red+Green+Blue) = 3+111+221=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #036FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036FDD is #FC9022. Grayscale: #5A5A5A. Windows color (decimal): -16551971 or 14511875. OLE color: 14511875.
HSL color Cylindrical-coordinate representation of color #036FDD: hue angle of 210.28º 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 #036FDD is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 111 | 221 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.13 |
| HSL | 210.28º | 0.97% | 0.44% | - |
| HSV(B) | 210.28º | 0.99% | 0.87% | - |
| XYZ | 18.77 | 16.61 | 70.62 | - |
| YUV | 91.25 | 201.22 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 221 | 0.99 | 0.50 | 0 | 0.13 | 210.28 | 0.97 | 0.44 |
| Hex | 3 | 6F | DD | 63 | 32 | 0 | D | D2 | 61 | 2C |
| Octal | 3 | 157 | 335 | 143 | 62 | 0 | 15 | 322 | 141 | 54 |
| Binary | 11 | 1101111 | 11011101 | 1100011 | 110010 | 0 | 1101 | 11010010 | 1100001 | 101100 |
Color Harmonies of #036FDD
Complementary color
Monochromatic Colors of #036FDD
Black with #036FDD
Text Example
Text Example
White with #036FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036FDD; }
p { color: rgb(3,111,221); }
H1.HeaderClassName
{
color: #036FDD;
}
.AnyTagClassName
{
color: #036FDD;
}
</style>
background-color css
<style>
a { background-color: #036FDD; }
a { background-color: rgb(3,111,221); }
div.DivClassName
{
background-color: #036FDD;
}
.BgClassName
{
background-color: #036FDD;
}
</style>
border-color css
<style>
span { border-color: #036FDD; }
span { border-color: rgb(3,111,221); }
td.TdClassName
{
border-color: #036FDD;
}
.TagClassName
{
border-color: #036FDD;
}
</style>