#053148

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

Shades of Blue Whale #053148

Tints of Blue Whale #053148

Color information

#053148 (or 0x053148) is unknown color: approx Blue Whale. HEX triplet: 05, 31 and 48. RGB value is (5,49,72). Sum of RGB (Red+Green+Blue) = 5+49+72=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 72 (28.52% from 255 or 57.14% from 126); Max value from RGB is 72 - color contains mainly: blue. Hex color #053148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053148 is #FACEB7. Grayscale: #262626. Windows color (decimal): -16436920 or 4731141. OLE color: 4731141.

HSL color Cylindrical-coordinate representation of color #053148: hue angle of 200.6º 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 #053148 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB54972-
CMYK0.930.3200.72
HSL200.6º87.01%15.1%-
HSV(B)200.6º93.06%28.24%-
XYZ2.332.76.53-
YUV38.47146.92104.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 72 (28.52% from 255) = 57.14%
R=3.97%
G=38.89%
B=57.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal549720.930.3200.72200.687.0115.1
Hex531485D20048c957f
Octal56111013540011031112717
Binary10111000110010001011101100000010010001100100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053148; }

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

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

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

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

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

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

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

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