#0554C6

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

Shades of Navy Blue #0554C6

Tints of Navy Blue #0554C6

Color information

#0554C6 (or 0x0554C6) is unknown color: approx Navy Blue. HEX triplet: 05, 54 and C6. RGB value is (5,84,198). Sum of RGB (Red+Green+Blue) = 5+84+198=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 198 (77.73% from 255 or 68.99% from 287); Max value from RGB is 198 - color contains mainly: blue. Hex color #0554C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0554C6 is #FAAB39. Grayscale: #484848. Windows color (decimal): -16427834 or 12997637. OLE color: 12997637.

HSL color Cylindrical-coordinate representation of color #0554C6: hue angle of 215.44º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0554C6 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB584198-
CMYK0.970.5800.22
HSL215.44º95.07%39.8%-
HSV(B)215.44º97.47%77.65%-
XYZ13.4310.4554.74-
YUV73.38198.3379.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.74%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 198 (77.73% from 255) = 68.99%
R=1.74%
G=29.27%
B=68.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal5841980.970.5800.22215.4495.0739.8
Hex554C6613A016d75f28
Octal51243061417202632713750
Binary1011010100110001101100001111010010110110101111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0554C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0554C6; }

 p { color: rgb(5,84,198); }

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

<style>
 a { background-color: #0554C6; }

 a { background-color: rgb(5,84,198); }

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

<style>
 span { border-color: #0554C6; }

 span { border-color: rgb(5,84,198); }

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