Shades of Navy Blue #045CEE
Tints of Navy Blue #045CEE
RGB
CMYK
RGB Variations
Color information
#045CEE (or 0x045CEE) is known color: Navy Blue. HEX triplet: 04, 5C and EE. RGB value is (4,92,238). Sum of RGB (Red+Green+Blue) = 4+92+238=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 238 (93.36% from 255 or 71.26% from 334); Max value from RGB is 238 - color contains mainly: blue. Hex color #045CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045CEE is #FBA311. Grayscale: #515151. Windows color (decimal): -16491282 or 15621124. OLE color: 15621124.
HSL color Cylindrical-coordinate representation of color #045CEE: hue angle of 217.44º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045CEE is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 92 | 238 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.07 |
| HSL | 217.44º | 0.97% | 0.47% | - |
| HSV(B) | 217.44º | 0.98% | 0.93% | - |
| XYZ | 19.31 | 13.85 | 82.55 | - |
| YUV | 82.33 | 215.85 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 238 | 0.98 | 0.61 | 0 | 0.07 | 217.44 | 0.97 | 0.47 |
| Hex | 4 | 5C | EE | 62 | 3D | 0 | 7 | D9 | 61 | 2F |
| Octal | 4 | 134 | 356 | 142 | 75 | 0 | 7 | 331 | 141 | 57 |
| Binary | 100 | 1011100 | 11101110 | 1100010 | 111101 | 0 | 111 | 11011001 | 1100001 | 101111 |
Color Harmonies of #045CEE
Complementary color
Monochromatic Colors of #045CEE
Black with #045CEE
Text Example
Text Example
White with #045CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045CEE; }
p { color: rgb(4,92,238); }
H1.HeaderClassName
{
color: #045CEE;
}
.AnyTagClassName
{
color: #045CEE;
}
</style>
background-color css
<style>
a { background-color: #045CEE; }
a { background-color: rgb(4,92,238); }
div.DivClassName
{
background-color: #045CEE;
}
.BgClassName
{
background-color: #045CEE;
}
</style>
border-color css
<style>
span { border-color: #045CEE; }
span { border-color: rgb(4,92,238); }
td.TdClassName
{
border-color: #045CEE;
}
.TagClassName
{
border-color: #045CEE;
}
</style>