Shades of Navy Blue #045CF5
Tints of Navy Blue #045CF5
RGB
CMYK
RGB Variations
Color information
#045CF5 (or 0x045CF5) is known color: Navy Blue. HEX triplet: 04, 5C and F5. RGB value is (4,92,245). Sum of RGB (Red+Green+Blue) = 4+92+245=341 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 245 (96.09% from 255 or 71.85% from 341); Max value from RGB is 245 - color contains mainly: blue. Hex color #045CF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045CF5 is #FBA30A. Grayscale: #525252. Windows color (decimal): -16491275 or 16079876. OLE color: 16079876.
HSL color Cylindrical-coordinate representation of color #045CF5: hue angle of 218.09º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045CF5 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 92 | 245 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.04 |
| HSL | 218.09º | 0.97% | 0.49% | - |
| HSV(B) | 218.09º | 0.98% | 0.96% | - |
| XYZ | 20.36 | 14.27 | 88.07 | - |
| YUV | 83.13 | 219.35 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 245 | 0.98 | 0.62 | 0 | 0.04 | 218.09 | 0.97 | 0.49 |
| Hex | 4 | 5C | F5 | 62 | 3E | 0 | 4 | DA | 61 | 31 |
| Octal | 4 | 134 | 365 | 142 | 76 | 0 | 4 | 332 | 141 | 61 |
| Binary | 100 | 1011100 | 11110101 | 1100010 | 111110 | 0 | 100 | 11011010 | 1100001 | 110001 |
Color Harmonies of #045CF5
Complementary color
Monochromatic Colors of #045CF5
Black with #045CF5
Text Example
Text Example
White with #045CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045CF5; }
p { color: rgb(4,92,245); }
H1.HeaderClassName
{
color: #045CF5;
}
.AnyTagClassName
{
color: #045CF5;
}
</style>
background-color css
<style>
a { background-color: #045CF5; }
a { background-color: rgb(4,92,245); }
div.DivClassName
{
background-color: #045CF5;
}
.BgClassName
{
background-color: #045CF5;
}
</style>
border-color css
<style>
span { border-color: #045CF5; }
span { border-color: rgb(4,92,245); }
td.TdClassName
{
border-color: #045CF5;
}
.TagClassName
{
border-color: #045CF5;
}
</style>