#0554BA

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

Shades of Denim #0554BA

Tints of Denim #0554BA

Color information

#0554BA (or 0x0554BA) is unknown color: approx Denim. HEX triplet: 05, 54 and BA. RGB value is (5,84,186). Sum of RGB (Red+Green+Blue) = 5+84+186=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #0554BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0554BA is #FAAB45. Grayscale: #474747. Windows color (decimal): -16427846 or 12211205. OLE color: 12211205.

HSL color Cylindrical-coordinate representation of color #0554BA: hue angle of 213.81º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0554BA is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB584186-
CMYK0.970.5500.27
HSL213.81º94.76%37.45%-
HSV(B)213.81º97.31%72.94%-
XYZ12.19.9247.73-
YUV72.01192.3380.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.82%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 186 (73.05% from 255) = 67.64%
R=1.82%
G=30.55%
B=67.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5841860.970.5500.27213.8194.7637.45
Hex554BA613701Bd65f25
Octal51242721416703332613745
Binary1011010100101110101100001110111011011110101101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0554BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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