#055CCC

Color #055CCC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #055CCC

Tints of Navy Blue #055CCC

Color information

#055CCC (or 0x055CCC) is unknown color: approx Navy Blue. HEX triplet: 05, 5C and CC. RGB value is (5,92,204). Sum of RGB (Red+Green+Blue) = 5+92+204=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #055CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055CCC is #FAA333. Grayscale: #4E4E4E. Windows color (decimal): -16425780 or 13392901. OLE color: 13392901.

HSL color Cylindrical-coordinate representation of color #055CCC: hue angle of 213.77º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055CCC is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB592204-
CMYK0.980.5500.2
HSL213.77º95.22%40.98%-
HSV(B)213.77º97.55%80%-
XYZ14.7912.0558.67-
YUV78.76198.6875.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.66%
GREEN value IS 92 (36.33% from 255) = 30.56%
BLUE value IS 204 (80.08% from 255) = 67.77%
R=1.66%
G=30.56%
B=67.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal5922040.980.5500.2213.7795.2240.98
Hex55CCC6237014d65f29
Octal51343141426702432613751
Binary1011011100110011001100010110111010100110101101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055CCC; }

 p { color: rgb(5,92,204); }

 H1.HeaderClassName
 {
   color: #055CCC;
 }
 .AnyTagClassName
 {
   color: #055CCC;
 }
</style>
background-color css

<style>
 a { background-color: #055CCC; }

 a { background-color: rgb(5,92,204); }

 div.DivClassName
 {
   background-color: #055CCC;
 }
 .BgClassName
 {
   background-color: #055CCC;
 }
</style>
border-color css

<style>
 span { border-color: #055CCC; }

 span { border-color: rgb(5,92,204); }

 td.TdClassName
 {
   border-color: #055CCC;
 }
 .TagClassName
 {
   border-color: #055CCC;
 }
</style>