Shades of Navy Blue #0455D9
Tints of Navy Blue #0455D9
RGB
CMYK
RGB Variations
Color information
#0455D9 (or 0x0455D9) is known color: Navy Blue. HEX triplet: 04, 55 and D9. RGB value is (4,85,217). Sum of RGB (Red+Green+Blue) = 4+85+217=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 217 (85.16% from 255 or 70.92% from 306); Max value from RGB is 217 - color contains mainly: blue. Hex color #0455D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0455D9 is #FBAA26. Grayscale: #4B4B4B. Windows color (decimal): -16493095 or 14243076. OLE color: 14243076.
HSL color Cylindrical-coordinate representation of color #0455D9: hue angle of 217.18º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0455D9 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 85 | 217 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.15 |
| HSL | 217.18º | 0.96% | 0.43% | - |
| HSV(B) | 217.18º | 0.98% | 0.85% | - |
| XYZ | 15.82 | 11.53 | 67.04 | - |
| YUV | 75.83 | 207.66 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 217 | 0.98 | 0.61 | 0 | 0.15 | 217.18 | 0.96 | 0.43 |
| Hex | 4 | 55 | D9 | 62 | 3D | 0 | F | D9 | 60 | 2B |
| Octal | 4 | 125 | 331 | 142 | 75 | 0 | 17 | 331 | 140 | 53 |
| Binary | 100 | 1010101 | 11011001 | 1100010 | 111101 | 0 | 1111 | 11011001 | 1100000 | 101011 |
Color Harmonies of #0455D9
Complementary color
Monochromatic Colors of #0455D9
Black with #0455D9
Text Example
Text Example
White with #0455D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0455D9; }
p { color: rgb(4,85,217); }
H1.HeaderClassName
{
color: #0455D9;
}
.AnyTagClassName
{
color: #0455D9;
}
</style>
background-color css
<style>
a { background-color: #0455D9; }
a { background-color: rgb(4,85,217); }
div.DivClassName
{
background-color: #0455D9;
}
.BgClassName
{
background-color: #0455D9;
}
</style>
border-color css
<style>
span { border-color: #0455D9; }
span { border-color: rgb(4,85,217); }
td.TdClassName
{
border-color: #0455D9;
}
.TagClassName
{
border-color: #0455D9;
}
</style>