Shades of Navy Blue #045BCD
Tints of Navy Blue #045BCD
RGB
CMYK
RGB Variations
Color information
#045BCD (or 0x045BCD) is known color: Navy Blue. HEX triplet: 04, 5B and CD. RGB value is (4,91,205). Sum of RGB (Red+Green+Blue) = 4+91+205=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #045BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045BCD is #FBA432. Grayscale: #4D4D4D. Windows color (decimal): -16491571 or 13458180. OLE color: 13458180.
HSL color Cylindrical-coordinate representation of color #045BCD: hue angle of 214.03º 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 #045BCD is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 91 | 205 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.20 |
| HSL | 214.03º | 0.96% | 0.41% | - |
| HSV(B) | 214.03º | 0.98% | 0.8% | - |
| XYZ | 14.81 | 11.92 | 59.28 | - |
| YUV | 77.98 | 199.68 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 91 | 205 | 0.98 | 0.56 | 0 | 0.20 | 214.03 | 0.96 | 0.41 |
| Hex | 4 | 5B | CD | 62 | 38 | 0 | 14 | D6 | 60 | 29 |
| Octal | 4 | 133 | 315 | 142 | 70 | 0 | 24 | 326 | 140 | 51 |
| Binary | 100 | 1011011 | 11001101 | 1100010 | 111000 | 0 | 10100 | 11010110 | 1100000 | 101001 |
Color Harmonies of #045BCD
Complementary color
Monochromatic Colors of #045BCD
Black with #045BCD
Text Example
Text Example
White with #045BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045BCD; }
p { color: rgb(4,91,205); }
H1.HeaderClassName
{
color: #045BCD;
}
.AnyTagClassName
{
color: #045BCD;
}
</style>
background-color css
<style>
a { background-color: #045BCD; }
a { background-color: rgb(4,91,205); }
div.DivClassName
{
background-color: #045BCD;
}
.BgClassName
{
background-color: #045BCD;
}
</style>
border-color css
<style>
span { border-color: #045BCD; }
span { border-color: rgb(4,91,205); }
td.TdClassName
{
border-color: #045BCD;
}
.TagClassName
{
border-color: #045BCD;
}
</style>