#052B47

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

Shades of Blue Whale #052B47

Tints of Blue Whale #052B47

Color information

#052B47 (or 0x052B47) is unknown color: approx Blue Whale. HEX triplet: 05, 2B and 47. RGB value is (5,43,71). Sum of RGB (Red+Green+Blue) = 5+43+71=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #052B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B47 is #FAD4B8. Grayscale: #222222. Windows color (decimal): -16438457 or 4664069. OLE color: 4664069.

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

Color convert

RGB54371-
CMYK0.930.3900.72
HSL205.45º86.84%14.9%-
HSV(B)205.45º92.96%27.84%-
XYZ2.062.216.28-
YUV34.83148.41106.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 43 (17.19% from 255) = 36.13%
BLUE value IS 71 (28.12% from 255) = 59.66%
R=4.20%
G=36.13%
B=59.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal543710.930.3900.72205.4586.8414.9
Hex52B475D27048cd57f
Octal55310713547011031512717
Binary10110101110001111011101100111010010001100110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052B47; }

 p { color: rgb(5,43,71); }

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

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

 a { background-color: rgb(5,43,71); }

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

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

 span { border-color: rgb(5,43,71); }

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