Shades of Navy Blue #0055CE
Tints of Navy Blue #0055CE
RGB
CMYK
RGB Variations
Color information
#0055CE (or 0x0055CE) is known color: Navy Blue. HEX triplet: 00, 55 and CE. RGB value is (0,85,206). Sum of RGB (Red+Green+Blue) = 0+85+206=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #0055CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0055CE is #FFAA31. Grayscale: #484848. Windows color (decimal): -16755250 or 13522176. OLE color: 13522176.
HSL color Cylindrical-coordinate representation of color #0055CE: hue angle of 215.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0055CE is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 85 | 206 | - |
| CMYK | 1 | 0.59 | 0 | 0.19 |
| HSL | 215.24º | 1% | 0.4% | - |
| HSV(B) | 215.24º | 1% | 0.81% | - |
| XYZ | 14.39 | 10.95 | 59.75 | - |
| YUV | 73.38 | 202.84 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 206 | 1 | 0.59 | 0 | 0.19 | 215.24 | 1 | 0.4 |
| Hex | 0 | 55 | CE | 64 | 3B | 0 | 13 | D7 | 64 | 28 |
| Octal | 0 | 125 | 316 | 144 | 73 | 0 | 23 | 327 | 144 | 50 |
| Binary | 0 | 1010101 | 11001110 | 1100100 | 111011 | 0 | 10011 | 11010111 | 1100100 | 101000 |
Color Harmonies of #0055CE
Complementary color
Monochromatic Colors of #0055CE
Black with #0055CE
Text Example
Text Example
White with #0055CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0055CE; }
p { color: rgb(0,85,206); }
H1.HeaderClassName
{
color: #0055CE;
}
.AnyTagClassName
{
color: #0055CE;
}
</style>
background-color css
<style>
a { background-color: #0055CE; }
a { background-color: rgb(0,85,206); }
div.DivClassName
{
background-color: #0055CE;
}
.BgClassName
{
background-color: #0055CE;
}
</style>
border-color css
<style>
span { border-color: #0055CE; }
span { border-color: rgb(0,85,206); }
td.TdClassName
{
border-color: #0055CE;
}
.TagClassName
{
border-color: #0055CE;
}
</style>