Shades of Navy Blue #036FCC
Tints of Navy Blue #036FCC
RGB
CMYK
RGB Variations
Color information
#036FCC (or 0x036FCC) is known color: Navy Blue. HEX triplet: 03, 6F and CC. RGB value is (3,111,204). Sum of RGB (Red+Green+Blue) = 3+111+204=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #036FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036FCC is #FC9033. Grayscale: #585858. Windows color (decimal): -16551988 or 13397763. OLE color: 13397763.
HSL color Cylindrical-coordinate representation of color #036FCC: hue angle of 207.76º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036FCC is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 111 | 204 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.2 |
| HSL | 207.76º | 0.97% | 0.41% | - |
| HSV(B) | 207.76º | 0.99% | 0.8% | - |
| XYZ | 16.62 | 15.75 | 59.29 | - |
| YUV | 89.31 | 192.72 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 204 | 0.99 | 0.46 | 0 | 0.2 | 207.76 | 0.97 | 0.41 |
| Hex | 3 | 6F | CC | 63 | 2E | 0 | 14 | D0 | 61 | 29 |
| Octal | 3 | 157 | 314 | 143 | 56 | 0 | 24 | 320 | 141 | 51 |
| Binary | 11 | 1101111 | 11001100 | 1100011 | 101110 | 0 | 10100 | 11010000 | 1100001 | 101001 |
Color Harmonies of #036FCC
Complementary color
Monochromatic Colors of #036FCC
Black with #036FCC
Text Example
Text Example
White with #036FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036FCC; }
p { color: rgb(3,111,204); }
H1.HeaderClassName
{
color: #036FCC;
}
.AnyTagClassName
{
color: #036FCC;
}
</style>
background-color css
<style>
a { background-color: #036FCC; }
a { background-color: rgb(3,111,204); }
div.DivClassName
{
background-color: #036FCC;
}
.BgClassName
{
background-color: #036FCC;
}
</style>
border-color css
<style>
span { border-color: #036FCC; }
span { border-color: rgb(3,111,204); }
td.TdClassName
{
border-color: #036FCC;
}
.TagClassName
{
border-color: #036FCC;
}
</style>