Shades of Navy Blue #055FC2
Tints of Navy Blue #055FC2
RGB
CMYK
RGB Variations
Color information
#055FC2 (or 0x055FC2) is known color: Navy Blue. HEX triplet: 05, 5F and C2. RGB value is (5,95,194). Sum of RGB (Red+Green+Blue) = 5+95+194=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 194 (76.17% from 255 or 65.99% from 294); Max value from RGB is 194 - color contains mainly: blue. Hex color #055FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055FC2 is #FAA03D. Grayscale: #4E4E4E. Windows color (decimal): -16425022 or 12738309. OLE color: 12738309.
HSL color Cylindrical-coordinate representation of color #055FC2: hue angle of 211.43º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055FC2 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 95 | 194 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.24 |
| HSL | 211.43º | 0.95% | 0.39% | - |
| HSV(B) | 211.43º | 0.97% | 0.76% | - |
| XYZ | 13.89 | 12.11 | 52.64 | - |
| YUV | 79.38 | 192.68 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 95 | 194 | 0.97 | 0.51 | 0 | 0.24 | 211.43 | 0.95 | 0.39 |
| Hex | 5 | 5F | C2 | 61 | 33 | 0 | 18 | D3 | 5F | 27 |
| Octal | 5 | 137 | 302 | 141 | 63 | 0 | 30 | 323 | 137 | 47 |
| Binary | 101 | 1011111 | 11000010 | 1100001 | 110011 | 0 | 11000 | 11010011 | 1011111 | 100111 |
Color Harmonies of #055FC2
Complementary color
Monochromatic Colors of #055FC2
Black with #055FC2
Text Example
Text Example
White with #055FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055FC2; }
p { color: rgb(5,95,194); }
H1.HeaderClassName
{
color: #055FC2;
}
.AnyTagClassName
{
color: #055FC2;
}
</style>
background-color css
<style>
a { background-color: #055FC2; }
a { background-color: rgb(5,95,194); }
div.DivClassName
{
background-color: #055FC2;
}
.BgClassName
{
background-color: #055FC2;
}
</style>
border-color css
<style>
span { border-color: #055FC2; }
span { border-color: rgb(5,95,194); }
td.TdClassName
{
border-color: #055FC2;
}
.TagClassName
{
border-color: #055FC2;
}
</style>