Shades of Navy Blue #0044EF
Tints of Navy Blue #0044EF
RGB
CMYK
RGB Variations
Color information
#0044EF (or 0x0044EF) is known color: Navy Blue. HEX triplet: 00, 44 and EF. RGB value is (0,68,239). Sum of RGB (Red+Green+Blue) = 0+68+239=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #0044EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0044EF is #FFBB10. Grayscale: #424242. Windows color (decimal): -16759569 or 15680512. OLE color: 15680512.
HSL color Cylindrical-coordinate representation of color #0044EF: hue angle of 222.93º 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 #0044EF is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 68 | 239 | - |
| CMYK | 1 | 0.72 | 0 | 0.06 |
| HSL | 222.93º | 1% | 0.47% | - |
| HSV(B) | 222.93º | 1% | 0.94% | - |
| XYZ | 17.65 | 10.37 | 82.73 | - |
| YUV | 67.16 | 224.97 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 239 | 1 | 0.72 | 0 | 0.06 | 222.93 | 1 | 0.47 |
| Hex | 0 | 44 | EF | 64 | 48 | 0 | 6 | DF | 64 | 2F |
| Octal | 0 | 104 | 357 | 144 | 110 | 0 | 6 | 337 | 144 | 57 |
| Binary | 0 | 1000100 | 11101111 | 1100100 | 1001000 | 0 | 110 | 11011111 | 1100100 | 101111 |
Color Harmonies of #0044EF
Complementary color
Monochromatic Colors of #0044EF
Black with #0044EF
Text Example
Text Example
White with #0044EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0044EF; }
p { color: rgb(0,68,239); }
H1.HeaderClassName
{
color: #0044EF;
}
.AnyTagClassName
{
color: #0044EF;
}
</style>
background-color css
<style>
a { background-color: #0044EF; }
a { background-color: rgb(0,68,239); }
div.DivClassName
{
background-color: #0044EF;
}
.BgClassName
{
background-color: #0044EF;
}
</style>
border-color css
<style>
span { border-color: #0044EF; }
span { border-color: rgb(0,68,239); }
td.TdClassName
{
border-color: #0044EF;
}
.TagClassName
{
border-color: #0044EF;
}
</style>