Shades of Navy Blue #045FC0
Tints of Navy Blue #045FC0
RGB
CMYK
RGB Variations
Color information
#045FC0 (or 0x045FC0) is known color: Navy Blue. HEX triplet: 04, 5F and C0. RGB value is (4,95,192). Sum of RGB (Red+Green+Blue) = 4+95+192=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 192 (75.39% from 255 or 65.98% from 291); Max value from RGB is 192 - color contains mainly: blue. Hex color #045FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045FC0 is #FBA03F. Grayscale: #4E4E4E. Windows color (decimal): -16490560 or 12607236. OLE color: 12607236.
HSL color Cylindrical-coordinate representation of color #045FC0: hue angle of 210.96º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045FC0 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 95 | 192 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.25 |
| HSL | 210.96º | 0.96% | 0.38% | - |
| HSV(B) | 210.96º | 0.98% | 0.75% | - |
| XYZ | 13.66 | 12.02 | 51.47 | - |
| YUV | 78.85 | 191.85 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 95 | 192 | 0.98 | 0.51 | 0 | 0.25 | 210.96 | 0.96 | 0.38 |
| Hex | 4 | 5F | C0 | 62 | 33 | 0 | 19 | D3 | 60 | 26 |
| Octal | 4 | 137 | 300 | 142 | 63 | 0 | 31 | 323 | 140 | 46 |
| Binary | 100 | 1011111 | 11000000 | 1100010 | 110011 | 0 | 11001 | 11010011 | 1100000 | 100110 |
Color Harmonies of #045FC0
Complementary color
Monochromatic Colors of #045FC0
Black with #045FC0
Text Example
Text Example
White with #045FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045FC0; }
p { color: rgb(4,95,192); }
H1.HeaderClassName
{
color: #045FC0;
}
.AnyTagClassName
{
color: #045FC0;
}
</style>
background-color css
<style>
a { background-color: #045FC0; }
a { background-color: rgb(4,95,192); }
div.DivClassName
{
background-color: #045FC0;
}
.BgClassName
{
background-color: #045FC0;
}
</style>
border-color css
<style>
span { border-color: #045FC0; }
span { border-color: rgb(4,95,192); }
td.TdClassName
{
border-color: #045FC0;
}
.TagClassName
{
border-color: #045FC0;
}
</style>