#053149

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

Shades of Blue Whale #053149

Tints of Blue Whale #053149

Color information

#053149 (or 0x053149) is unknown color: approx Blue Whale. HEX triplet: 05, 31 and 49. RGB value is (5,49,73). Sum of RGB (Red+Green+Blue) = 5+49+73=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 73 (28.91% from 255 or 57.48% from 127); Max value from RGB is 73 - color contains mainly: blue. Hex color #053149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053149 is #FACEB6. Grayscale: #262626. Windows color (decimal): -16436919 or 4796677. OLE color: 4796677.

HSL color Cylindrical-coordinate representation of color #053149: hue angle of 201.18º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053149 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB54973-
CMYK0.930.3300.71
HSL201.18º87.18%15.29%-
HSV(B)201.18º93.15%28.63%-
XYZ2.362.716.7-
YUV38.58147.42104.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.94%
GREEN value IS 49 (19.53% from 255) = 38.58%
BLUE value IS 73 (28.91% from 255) = 57.48%
R=3.94%
G=38.58%
B=57.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal549730.930.3300.71201.1887.1815.29
Hex531495D21047c957f
Octal56111113541010731112717
Binary10111000110010011011101100001010001111100100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053149; }

 p { color: rgb(5,49,73); }

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

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

 a { background-color: rgb(5,49,73); }

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

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

 span { border-color: rgb(5,49,73); }

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