Shades of Navy Blue #045CFB
Tints of Navy Blue #045CFB
RGB
CMYK
RGB Variations
Color information
#045CFB (or 0x045CFB) is known color: Navy Blue. HEX triplet: 04, 5C and FB. RGB value is (4,92,251). Sum of RGB (Red+Green+Blue) = 4+92+251=347 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #045CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045CFB is #FBA304. Grayscale: #535353. Windows color (decimal): -16491269 or 16473092. OLE color: 16473092.
HSL color Cylindrical-coordinate representation of color #045CFB: hue angle of 218.62º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045CFB is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 92 | 251 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.02 |
| HSL | 218.62º | 0.97% | 0.5% | - |
| HSV(B) | 218.62º | 0.98% | 0.98% | - |
| XYZ | 21.29 | 14.65 | 92.97 | - |
| YUV | 83.81 | 222.35 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 251 | 0.98 | 0.63 | 0 | 0.02 | 218.62 | 0.97 | 0.5 |
| Hex | 4 | 5C | FB | 62 | 3F | 0 | 2 | DB | 61 | 32 |
| Octal | 4 | 134 | 373 | 142 | 77 | 0 | 2 | 333 | 141 | 62 |
| Binary | 100 | 1011100 | 11111011 | 1100010 | 111111 | 0 | 10 | 11011011 | 1100001 | 110010 |
Color Harmonies of #045CFB
Complementary color
Monochromatic Colors of #045CFB
Black with #045CFB
Text Example
Text Example
White with #045CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045CFB; }
p { color: rgb(4,92,251); }
H1.HeaderClassName
{
color: #045CFB;
}
.AnyTagClassName
{
color: #045CFB;
}
</style>
background-color css
<style>
a { background-color: #045CFB; }
a { background-color: rgb(4,92,251); }
div.DivClassName
{
background-color: #045CFB;
}
.BgClassName
{
background-color: #045CFB;
}
</style>
border-color css
<style>
span { border-color: #045CFB; }
span { border-color: rgb(4,92,251); }
td.TdClassName
{
border-color: #045CFB;
}
.TagClassName
{
border-color: #045CFB;
}
</style>