Shades of Navy Blue #0045EE
Tints of Navy Blue #0045EE
RGB
CMYK
RGB Variations
Color information
#0045EE (or 0x0045EE) is known color: Navy Blue. HEX triplet: 00, 45 and EE. RGB value is (0,69,238). Sum of RGB (Red+Green+Blue) = 0+69+238=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 238 (93.36% from 255 or 77.52% from 307); Max value from RGB is 238 - color contains mainly: blue. Hex color #0045EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0045EE is #FFBA11. Grayscale: #424242. Windows color (decimal): -16759314 or 15615232. OLE color: 15615232.
HSL color Cylindrical-coordinate representation of color #0045EE: hue angle of 222.61º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0045EE is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 69 | 238 | - |
| CMYK | 1 | 0.71 | 0 | 0.07 |
| HSL | 222.61º | 1% | 0.47% | - |
| HSV(B) | 222.61º | 1% | 0.93% | - |
| XYZ | 17.56 | 10.43 | 81.98 | - |
| YUV | 67.64 | 224.14 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 238 | 1 | 0.71 | 0 | 0.07 | 222.61 | 1 | 0.47 |
| Hex | 0 | 45 | EE | 64 | 47 | 0 | 7 | DF | 64 | 2F |
| Octal | 0 | 105 | 356 | 144 | 107 | 0 | 7 | 337 | 144 | 57 |
| Binary | 0 | 1000101 | 11101110 | 1100100 | 1000111 | 0 | 111 | 11011111 | 1100100 | 101111 |
Color Harmonies of #0045EE
Complementary color
Monochromatic Colors of #0045EE
Black with #0045EE
Text Example
Text Example
White with #0045EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0045EE; }
p { color: rgb(0,69,238); }
H1.HeaderClassName
{
color: #0045EE;
}
.AnyTagClassName
{
color: #0045EE;
}
</style>
background-color css
<style>
a { background-color: #0045EE; }
a { background-color: rgb(0,69,238); }
div.DivClassName
{
background-color: #0045EE;
}
.BgClassName
{
background-color: #0045EE;
}
</style>
border-color css
<style>
span { border-color: #0045EE; }
span { border-color: rgb(0,69,238); }
td.TdClassName
{
border-color: #0045EE;
}
.TagClassName
{
border-color: #0045EE;
}
</style>