Shades of Navy Blue #045CEF
Tints of Navy Blue #045CEF
RGB
CMYK
RGB Variations
Color information
#045CEF (or 0x045CEF) is known color: Navy Blue. HEX triplet: 04, 5C and EF. RGB value is (4,92,239). Sum of RGB (Red+Green+Blue) = 4+92+239=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #045CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045CEF is #FBA310. Grayscale: #515151. Windows color (decimal): -16491281 or 15686660. OLE color: 15686660.
HSL color Cylindrical-coordinate representation of color #045CEF: hue angle of 217.53º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045CEF is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 92 | 239 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.06 |
| HSL | 217.53º | 0.97% | 0.48% | - |
| HSV(B) | 217.53º | 0.98% | 0.94% | - |
| XYZ | 19.46 | 13.91 | 83.32 | - |
| YUV | 82.45 | 216.35 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 239 | 0.98 | 0.62 | 0 | 0.06 | 217.53 | 0.97 | 0.48 |
| Hex | 4 | 5C | EF | 62 | 3E | 0 | 6 | DA | 61 | 30 |
| Octal | 4 | 134 | 357 | 142 | 76 | 0 | 6 | 332 | 141 | 60 |
| Binary | 100 | 1011100 | 11101111 | 1100010 | 111110 | 0 | 110 | 11011010 | 1100001 | 110000 |
Color Harmonies of #045CEF
Complementary color
Monochromatic Colors of #045CEF
Black with #045CEF
Text Example
Text Example
White with #045CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045CEF; }
p { color: rgb(4,92,239); }
H1.HeaderClassName
{
color: #045CEF;
}
.AnyTagClassName
{
color: #045CEF;
}
</style>
background-color css
<style>
a { background-color: #045CEF; }
a { background-color: rgb(4,92,239); }
div.DivClassName
{
background-color: #045CEF;
}
.BgClassName
{
background-color: #045CEF;
}
</style>
border-color css
<style>
span { border-color: #045CEF; }
span { border-color: rgb(4,92,239); }
td.TdClassName
{
border-color: #045CEF;
}
.TagClassName
{
border-color: #045CEF;
}
</style>