Shades of Navy Blue #045BBF
Tints of Navy Blue #045BBF
RGB
CMYK
RGB Variations
Color information
#045BBF (or 0x045BBF) is known color: Navy Blue. HEX triplet: 04, 5B and BF. RGB value is (4,91,191). Sum of RGB (Red+Green+Blue) = 4+91+191=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #045BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045BBF is #FBA440. Grayscale: #4B4B4B. Windows color (decimal): -16491585 or 12540676. OLE color: 12540676.
HSL color Cylindrical-coordinate representation of color #045BBF: hue angle of 212.09º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045BBF is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 91 | 191 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.25 |
| HSL | 212.09º | 0.96% | 0.38% | - |
| HSV(B) | 212.09º | 0.98% | 0.75% | - |
| XYZ | 13.2 | 11.27 | 50.77 | - |
| YUV | 76.39 | 192.68 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 91 | 191 | 0.98 | 0.52 | 0 | 0.25 | 212.09 | 0.96 | 0.38 |
| Hex | 4 | 5B | BF | 62 | 34 | 0 | 19 | D4 | 60 | 26 |
| Octal | 4 | 133 | 277 | 142 | 64 | 0 | 31 | 324 | 140 | 46 |
| Binary | 100 | 1011011 | 10111111 | 1100010 | 110100 | 0 | 11001 | 11010100 | 1100000 | 100110 |
Color Harmonies of #045BBF
Complementary color
Monochromatic Colors of #045BBF
Black with #045BBF
Text Example
Text Example
White with #045BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045BBF; }
p { color: rgb(4,91,191); }
H1.HeaderClassName
{
color: #045BBF;
}
.AnyTagClassName
{
color: #045BBF;
}
</style>
background-color css
<style>
a { background-color: #045BBF; }
a { background-color: rgb(4,91,191); }
div.DivClassName
{
background-color: #045BBF;
}
.BgClassName
{
background-color: #045BBF;
}
</style>
border-color css
<style>
span { border-color: #045BBF; }
span { border-color: rgb(4,91,191); }
td.TdClassName
{
border-color: #045BBF;
}
.TagClassName
{
border-color: #045BBF;
}
</style>