Shades of Navy Blue #0445EB
Tints of Navy Blue #0445EB
RGB
CMYK
RGB Variations
Color information
#0445EB (or 0x0445EB) is known color: Navy Blue. HEX triplet: 04, 45 and EB. RGB value is (4,69,235). Sum of RGB (Red+Green+Blue) = 4+69+235=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 235 (92.19% from 255 or 76.30% from 308); Max value from RGB is 235 - color contains mainly: blue. Hex color #0445EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0445EB is #FBBA14. Grayscale: #434343. Windows color (decimal): -16497173 or 15418628. OLE color: 15418628.
HSL color Cylindrical-coordinate representation of color #0445EB: hue angle of 223.12º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0445EB is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 69 | 235 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.08 |
| HSL | 223.12º | 0.97% | 0.47% | - |
| HSV(B) | 223.12º | 0.98% | 0.92% | - |
| XYZ | 17.17 | 10.28 | 79.68 | - |
| YUV | 68.49 | 221.97 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 235 | 0.98 | 0.71 | 0 | 0.08 | 223.12 | 0.97 | 0.47 |
| Hex | 4 | 45 | EB | 62 | 47 | 0 | 8 | DF | 61 | 2F |
| Octal | 4 | 105 | 353 | 142 | 107 | 0 | 10 | 337 | 141 | 57 |
| Binary | 100 | 1000101 | 11101011 | 1100010 | 1000111 | 0 | 1000 | 11011111 | 1100001 | 101111 |
Color Harmonies of #0445EB
Complementary color
Monochromatic Colors of #0445EB
Black with #0445EB
Text Example
Text Example
White with #0445EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0445EB; }
p { color: rgb(4,69,235); }
H1.HeaderClassName
{
color: #0445EB;
}
.AnyTagClassName
{
color: #0445EB;
}
</style>
background-color css
<style>
a { background-color: #0445EB; }
a { background-color: rgb(4,69,235); }
div.DivClassName
{
background-color: #0445EB;
}
.BgClassName
{
background-color: #0445EB;
}
</style>
border-color css
<style>
span { border-color: #0445EB; }
span { border-color: rgb(4,69,235); }
td.TdClassName
{
border-color: #0445EB;
}
.TagClassName
{
border-color: #0445EB;
}
</style>