Shades of Navy Blue #0044DF
Tints of Navy Blue #0044DF
RGB
CMYK
RGB Variations
Color information
#0044DF (or 0x0044DF) is known color: Navy Blue. HEX triplet: 00, 44 and DF. RGB value is (0,68,223). Sum of RGB (Red+Green+Blue) = 0+68+223=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 223 (87.5% from 255 or 76.63% from 291); Max value from RGB is 223 - color contains mainly: blue. Hex color #0044DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0044DF is #FFBB20. Grayscale: #404040. Windows color (decimal): -16759585 or 14631936. OLE color: 14631936.
HSL color Cylindrical-coordinate representation of color #0044DF: hue angle of 221.7º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0044DF is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 68 | 223 | - |
| CMYK | 1 | 0.70 | 0 | 0.13 |
| HSL | 221.7º | 1% | 0.44% | - |
| HSV(B) | 221.7º | 1% | 0.87% | - |
| XYZ | 15.39 | 9.46 | 70.83 | - |
| YUV | 65.34 | 216.97 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 223 | 1 | 0.70 | 0 | 0.13 | 221.7 | 1 | 0.44 |
| Hex | 0 | 44 | DF | 64 | 46 | 0 | D | DE | 64 | 2C |
| Octal | 0 | 104 | 337 | 144 | 106 | 0 | 15 | 336 | 144 | 54 |
| Binary | 0 | 1000100 | 11011111 | 1100100 | 1000110 | 0 | 1101 | 11011110 | 1100100 | 101100 |
Color Harmonies of #0044DF
Complementary color
Monochromatic Colors of #0044DF
Black with #0044DF
Text Example
Text Example
White with #0044DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0044DF; }
p { color: rgb(0,68,223); }
H1.HeaderClassName
{
color: #0044DF;
}
.AnyTagClassName
{
color: #0044DF;
}
</style>
background-color css
<style>
a { background-color: #0044DF; }
a { background-color: rgb(0,68,223); }
div.DivClassName
{
background-color: #0044DF;
}
.BgClassName
{
background-color: #0044DF;
}
</style>
border-color css
<style>
span { border-color: #0044DF; }
span { border-color: rgb(0,68,223); }
td.TdClassName
{
border-color: #0044DF;
}
.TagClassName
{
border-color: #0044DF;
}
</style>