Shades of Navy Blue #045FEA
Tints of Navy Blue #045FEA
RGB
CMYK
RGB Variations
Color information
#045FEA (or 0x045FEA) is known color: Navy Blue. HEX triplet: 04, 5F and EA. RGB value is (4,95,234). Sum of RGB (Red+Green+Blue) = 4+95+234=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 234 (91.80% from 255 or 70.27% from 333); Max value from RGB is 234 - color contains mainly: blue. Hex color #045FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045FEA is #FBA015. Grayscale: #525252. Windows color (decimal): -16490518 or 15359748. OLE color: 15359748.
HSL color Cylindrical-coordinate representation of color #045FEA: hue angle of 216.26º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045FEA is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 95 | 234 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.08 |
| HSL | 216.26º | 0.97% | 0.47% | - |
| HSV(B) | 216.26º | 0.98% | 0.92% | - |
| XYZ | 18.99 | 14.15 | 79.57 | - |
| YUV | 83.64 | 212.85 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 95 | 234 | 0.98 | 0.59 | 0 | 0.08 | 216.26 | 0.97 | 0.47 |
| Hex | 4 | 5F | EA | 62 | 3B | 0 | 8 | D8 | 61 | 2F |
| Octal | 4 | 137 | 352 | 142 | 73 | 0 | 10 | 330 | 141 | 57 |
| Binary | 100 | 1011111 | 11101010 | 1100010 | 111011 | 0 | 1000 | 11011000 | 1100001 | 101111 |
Color Harmonies of #045FEA
Complementary color
Monochromatic Colors of #045FEA
Black with #045FEA
Text Example
Text Example
White with #045FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045FEA; }
p { color: rgb(4,95,234); }
H1.HeaderClassName
{
color: #045FEA;
}
.AnyTagClassName
{
color: #045FEA;
}
</style>
background-color css
<style>
a { background-color: #045FEA; }
a { background-color: rgb(4,95,234); }
div.DivClassName
{
background-color: #045FEA;
}
.BgClassName
{
background-color: #045FEA;
}
</style>
border-color css
<style>
span { border-color: #045FEA; }
span { border-color: rgb(4,95,234); }
td.TdClassName
{
border-color: #045FEA;
}
.TagClassName
{
border-color: #045FEA;
}
</style>