Shades of Navy Blue #0045EF
Tints of Navy Blue #0045EF
RGB
CMYK
RGB Variations
Color information
#0045EF (or 0x0045EF) is known color: Navy Blue. HEX triplet: 00, 45 and EF. RGB value is (0,69,239). Sum of RGB (Red+Green+Blue) = 0+69+239=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 239 (93.75% from 255 or 77.60% from 308); Max value from RGB is 239 - color contains mainly: blue. Hex color #0045EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0045EF is #FFBA10. Grayscale: #434343. Windows color (decimal): -16759313 or 15680768. OLE color: 15680768.
HSL color Cylindrical-coordinate representation of color #0045EF: hue angle of 222.68º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0045EF is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 69 | 239 | - |
| CMYK | 1 | 0.71 | 0 | 0.06 |
| HSL | 222.68º | 1% | 0.47% | - |
| HSV(B) | 222.68º | 1% | 0.94% | - |
| XYZ | 17.71 | 10.49 | 82.75 | - |
| YUV | 67.75 | 224.64 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 239 | 1 | 0.71 | 0 | 0.06 | 222.68 | 1 | 0.47 |
| Hex | 0 | 45 | EF | 64 | 47 | 0 | 6 | DF | 64 | 2F |
| Octal | 0 | 105 | 357 | 144 | 107 | 0 | 6 | 337 | 144 | 57 |
| Binary | 0 | 1000101 | 11101111 | 1100100 | 1000111 | 0 | 110 | 11011111 | 1100100 | 101111 |
Color Harmonies of #0045EF
Complementary color
Monochromatic Colors of #0045EF
Black with #0045EF
Text Example
Text Example
White with #0045EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0045EF; }
p { color: rgb(0,69,239); }
H1.HeaderClassName
{
color: #0045EF;
}
.AnyTagClassName
{
color: #0045EF;
}
</style>
background-color css
<style>
a { background-color: #0045EF; }
a { background-color: rgb(0,69,239); }
div.DivClassName
{
background-color: #0045EF;
}
.BgClassName
{
background-color: #0045EF;
}
</style>
border-color css
<style>
span { border-color: #0045EF; }
span { border-color: rgb(0,69,239); }
td.TdClassName
{
border-color: #0045EF;
}
.TagClassName
{
border-color: #0045EF;
}
</style>