#053048

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

Shades of Blue Whale #053048

Tints of Blue Whale #053048

Color information

#053048 (or 0x053048) is unknown color: approx Blue Whale. HEX triplet: 05, 30 and 48. RGB value is (5,48,72). Sum of RGB (Red+Green+Blue) = 5+48+72=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #053048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053048 is #FACFB7. Grayscale: #252525. Windows color (decimal): -16437176 or 4730885. OLE color: 4730885.

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

Color convert

RGB54872-
CMYK0.930.3300.72
HSL201.49º87.01%15.1%-
HSV(B)201.49º93.06%28.24%-
XYZ2.292.616.51-
YUV37.88147.25104.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 48 (19.14% from 255) = 38.4%
BLUE value IS 72 (28.52% from 255) = 57.6%
R=4%
G=38.4%
B=57.6%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal548720.930.3300.72201.4987.0115.1
Hex530485D21048c957f
Octal56011013541011031112717
Binary10111000010010001011101100001010010001100100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053048; }

 p { color: rgb(5,48,72); }

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

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

 a { background-color: rgb(5,48,72); }

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

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

 span { border-color: rgb(5,48,72); }

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