Shades of Navy Blue #055BF2
Tints of Navy Blue #055BF2
RGB
CMYK
RGB Variations
Color information
#055BF2 (or 0x055BF2) is known color: Navy Blue. HEX triplet: 05, 5B and F2. RGB value is (5,91,242). Sum of RGB (Red+Green+Blue) = 5+91+242=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 242 (94.92% from 255 or 71.60% from 338); Max value from RGB is 242 - color contains mainly: blue. Hex color #055BF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055BF2 is #FAA40D. Grayscale: #515151. Windows color (decimal): -16425998 or 15883013. OLE color: 15883013.
HSL color Cylindrical-coordinate representation of color #055BF2: hue angle of 218.23º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055BF2 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 91 | 242 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.05 |
| HSL | 218.23º | 0.96% | 0.48% | - |
| HSV(B) | 218.23º | 0.98% | 0.95% | - |
| XYZ | 19.83 | 13.93 | 85.65 | - |
| YUV | 82.5 | 218.01 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 242 | 0.98 | 0.62 | 0 | 0.05 | 218.23 | 0.96 | 0.48 |
| Hex | 5 | 5B | F2 | 62 | 3E | 0 | 5 | DA | 60 | 30 |
| Octal | 5 | 133 | 362 | 142 | 76 | 0 | 5 | 332 | 140 | 60 |
| Binary | 101 | 1011011 | 11110010 | 1100010 | 111110 | 0 | 101 | 11011010 | 1100000 | 110000 |
Color Harmonies of #055BF2
Complementary color
Monochromatic Colors of #055BF2
Black with #055BF2
Text Example
Text Example
White with #055BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055BF2; }
p { color: rgb(5,91,242); }
H1.HeaderClassName
{
color: #055BF2;
}
.AnyTagClassName
{
color: #055BF2;
}
</style>
background-color css
<style>
a { background-color: #055BF2; }
a { background-color: rgb(5,91,242); }
div.DivClassName
{
background-color: #055BF2;
}
.BgClassName
{
background-color: #055BF2;
}
</style>
border-color css
<style>
span { border-color: #055BF2; }
span { border-color: rgb(5,91,242); }
td.TdClassName
{
border-color: #055BF2;
}
.TagClassName
{
border-color: #055BF2;
}
</style>