Shades of Navy Blue #055CCF
Tints of Navy Blue #055CCF
RGB
CMYK
RGB Variations
Color information
#055CCF (or 0x055CCF) is known color: Navy Blue. HEX triplet: 05, 5C and CF. RGB value is (5,92,207). Sum of RGB (Red+Green+Blue) = 5+92+207=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #055CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055CCF is #FAA330. Grayscale: #4E4E4E. Windows color (decimal): -16425777 or 13589509. OLE color: 13589509.
HSL color Cylindrical-coordinate representation of color #055CCF: hue angle of 214.16º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055CCF is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 92 | 207 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.19 |
| HSL | 214.16º | 0.95% | 0.42% | - |
| HSV(B) | 214.16º | 0.98% | 0.81% | - |
| XYZ | 15.15 | 12.19 | 60.59 | - |
| YUV | 79.1 | 200.18 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 207 | 0.98 | 0.56 | 0 | 0.19 | 214.16 | 0.95 | 0.42 |
| Hex | 5 | 5C | CF | 62 | 38 | 0 | 13 | D6 | 5F | 2A |
| Octal | 5 | 134 | 317 | 142 | 70 | 0 | 23 | 326 | 137 | 52 |
| Binary | 101 | 1011100 | 11001111 | 1100010 | 111000 | 0 | 10011 | 11010110 | 1011111 | 101010 |
Color Harmonies of #055CCF
Complementary color
Monochromatic Colors of #055CCF
Black with #055CCF
Text Example
Text Example
White with #055CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055CCF; }
p { color: rgb(5,92,207); }
H1.HeaderClassName
{
color: #055CCF;
}
.AnyTagClassName
{
color: #055CCF;
}
</style>
background-color css
<style>
a { background-color: #055CCF; }
a { background-color: rgb(5,92,207); }
div.DivClassName
{
background-color: #055CCF;
}
.BgClassName
{
background-color: #055CCF;
}
</style>
border-color css
<style>
span { border-color: #055CCF; }
span { border-color: rgb(5,92,207); }
td.TdClassName
{
border-color: #055CCF;
}
.TagClassName
{
border-color: #055CCF;
}
</style>