Shades of Navy Blue #055BCE
Tints of Navy Blue #055BCE
RGB
CMYK
RGB Variations
Color information
#055BCE (or 0x055BCE) is known color: Navy Blue. HEX triplet: 05, 5B and CE. RGB value is (5,91,206). Sum of RGB (Red+Green+Blue) = 5+91+206=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #055BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055BCE is #FAA431. Grayscale: #4D4D4D. Windows color (decimal): -16426034 or 13523717. OLE color: 13523717.
HSL color Cylindrical-coordinate representation of color #055BCE: hue angle of 214.33º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055BCE is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 91 | 206 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.19 |
| HSL | 214.33º | 0.95% | 0.41% | - |
| HSV(B) | 214.33º | 0.98% | 0.81% | - |
| XYZ | 14.94 | 11.97 | 59.92 | - |
| YUV | 78.4 | 200.01 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 206 | 0.98 | 0.56 | 0 | 0.19 | 214.33 | 0.95 | 0.41 |
| Hex | 5 | 5B | CE | 62 | 38 | 0 | 13 | D6 | 5F | 29 |
| Octal | 5 | 133 | 316 | 142 | 70 | 0 | 23 | 326 | 137 | 51 |
| Binary | 101 | 1011011 | 11001110 | 1100010 | 111000 | 0 | 10011 | 11010110 | 1011111 | 101001 |
Color Harmonies of #055BCE
Complementary color
Monochromatic Colors of #055BCE
Black with #055BCE
Text Example
Text Example
White with #055BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055BCE; }
p { color: rgb(5,91,206); }
H1.HeaderClassName
{
color: #055BCE;
}
.AnyTagClassName
{
color: #055BCE;
}
</style>
background-color css
<style>
a { background-color: #055BCE; }
a { background-color: rgb(5,91,206); }
div.DivClassName
{
background-color: #055BCE;
}
.BgClassName
{
background-color: #055BCE;
}
</style>
border-color css
<style>
span { border-color: #055BCE; }
span { border-color: rgb(5,91,206); }
td.TdClassName
{
border-color: #055BCE;
}
.TagClassName
{
border-color: #055BCE;
}
</style>