Shades of Navy Blue #045BCC
Tints of Navy Blue #045BCC
RGB
CMYK
RGB Variations
Color information
#045BCC (or 0x045BCC) is known color: Navy Blue. HEX triplet: 04, 5B and CC. RGB value is (4,91,204). Sum of RGB (Red+Green+Blue) = 4+91+204=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #045BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045BCC is #FBA433. Grayscale: #4D4D4D. Windows color (decimal): -16491572 or 13392644. OLE color: 13392644.
HSL color Cylindrical-coordinate representation of color #045BCC: hue angle of 213.9º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045BCC is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 91 | 204 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.2 |
| HSL | 213.9º | 0.96% | 0.41% | - |
| HSV(B) | 213.9º | 0.98% | 0.8% | - |
| XYZ | 14.69 | 11.87 | 58.64 | - |
| YUV | 77.87 | 199.18 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 91 | 204 | 0.98 | 0.55 | 0 | 0.2 | 213.9 | 0.96 | 0.41 |
| Hex | 4 | 5B | CC | 62 | 37 | 0 | 14 | D6 | 60 | 29 |
| Octal | 4 | 133 | 314 | 142 | 67 | 0 | 24 | 326 | 140 | 51 |
| Binary | 100 | 1011011 | 11001100 | 1100010 | 110111 | 0 | 10100 | 11010110 | 1100000 | 101001 |
Color Harmonies of #045BCC
Complementary color
Monochromatic Colors of #045BCC
Black with #045BCC
Text Example
Text Example
White with #045BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045BCC; }
p { color: rgb(4,91,204); }
H1.HeaderClassName
{
color: #045BCC;
}
.AnyTagClassName
{
color: #045BCC;
}
</style>
background-color css
<style>
a { background-color: #045BCC; }
a { background-color: rgb(4,91,204); }
div.DivClassName
{
background-color: #045BCC;
}
.BgClassName
{
background-color: #045BCC;
}
</style>
border-color css
<style>
span { border-color: #045BCC; }
span { border-color: rgb(4,91,204); }
td.TdClassName
{
border-color: #045BCC;
}
.TagClassName
{
border-color: #045BCC;
}
</style>