Shades of Navy Blue #0044F2
Tints of Navy Blue #0044F2
RGB
CMYK
RGB Variations
Color information
#0044F2 (or 0x0044F2) is known color: Navy Blue. HEX triplet: 00, 44 and F2. RGB value is (0,68,242). Sum of RGB (Red+Green+Blue) = 0+68+242=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 242 (94.92% from 255 or 78.06% from 310); Max value from RGB is 242 - color contains mainly: blue. Hex color #0044F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0044F2 is #FFBB0D. Grayscale: #424242. Windows color (decimal): -16759566 or 15877120. OLE color: 15877120.
HSL color Cylindrical-coordinate representation of color #0044F2: hue angle of 223.14º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0044F2 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 68 | 242 | - |
| CMYK | 1 | 0.72 | 0 | 0.05 |
| HSL | 223.14º | 1% | 0.47% | - |
| HSV(B) | 223.14º | 1% | 0.95% | - |
| XYZ | 18.09 | 10.55 | 85.09 | - |
| YUV | 67.5 | 226.47 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 242 | 1 | 0.72 | 0 | 0.05 | 223.14 | 1 | 0.47 |
| Hex | 0 | 44 | F2 | 64 | 48 | 0 | 5 | DF | 64 | 2F |
| Octal | 0 | 104 | 362 | 144 | 110 | 0 | 5 | 337 | 144 | 57 |
| Binary | 0 | 1000100 | 11110010 | 1100100 | 1001000 | 0 | 101 | 11011111 | 1100100 | 101111 |
Color Harmonies of #0044F2
Complementary color
Monochromatic Colors of #0044F2
Black with #0044F2
Text Example
Text Example
White with #0044F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0044F2; }
p { color: rgb(0,68,242); }
H1.HeaderClassName
{
color: #0044F2;
}
.AnyTagClassName
{
color: #0044F2;
}
</style>
background-color css
<style>
a { background-color: #0044F2; }
a { background-color: rgb(0,68,242); }
div.DivClassName
{
background-color: #0044F2;
}
.BgClassName
{
background-color: #0044F2;
}
</style>
border-color css
<style>
span { border-color: #0044F2; }
span { border-color: rgb(0,68,242); }
td.TdClassName
{
border-color: #0044F2;
}
.TagClassName
{
border-color: #0044F2;
}
</style>