Shades of Navy Blue #045CF9
Tints of Navy Blue #045CF9
RGB
CMYK
RGB Variations
Color information
#045CF9 (or 0x045CF9) is known color: Navy Blue. HEX triplet: 04, 5C and F9. RGB value is (4,92,249). Sum of RGB (Red+Green+Blue) = 4+92+249=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 249 (97.66% from 255 or 72.17% from 345); Max value from RGB is 249 - color contains mainly: blue. Hex color #045CF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045CF9 is #FBA306. Grayscale: #525252. Windows color (decimal): -16491271 or 16342020. OLE color: 16342020.
HSL color Cylindrical-coordinate representation of color #045CF9: hue angle of 218.45º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045CF9 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 92 | 249 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.02 |
| HSL | 218.45º | 0.97% | 0.5% | - |
| HSV(B) | 218.45º | 0.98% | 0.98% | - |
| XYZ | 20.98 | 14.52 | 91.32 | - |
| YUV | 83.59 | 221.35 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 249 | 0.98 | 0.63 | 0 | 0.02 | 218.45 | 0.97 | 0.5 |
| Hex | 4 | 5C | F9 | 62 | 3F | 0 | 2 | DA | 61 | 32 |
| Octal | 4 | 134 | 371 | 142 | 77 | 0 | 2 | 332 | 141 | 62 |
| Binary | 100 | 1011100 | 11111001 | 1100010 | 111111 | 0 | 10 | 11011010 | 1100001 | 110010 |
Color Harmonies of #045CF9
Complementary color
Monochromatic Colors of #045CF9
Black with #045CF9
Text Example
Text Example
White with #045CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045CF9; }
p { color: rgb(4,92,249); }
H1.HeaderClassName
{
color: #045CF9;
}
.AnyTagClassName
{
color: #045CF9;
}
</style>
background-color css
<style>
a { background-color: #045CF9; }
a { background-color: rgb(4,92,249); }
div.DivClassName
{
background-color: #045CF9;
}
.BgClassName
{
background-color: #045CF9;
}
</style>
border-color css
<style>
span { border-color: #045CF9; }
span { border-color: rgb(4,92,249); }
td.TdClassName
{
border-color: #045CF9;
}
.TagClassName
{
border-color: #045CF9;
}
</style>