#052A47

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

Shades of Blue Whale #052A47

Tints of Blue Whale #052A47

Color information

#052A47 (or 0x052A47) is unknown color: approx Blue Whale. HEX triplet: 05, 2A and 47. RGB value is (5,42,71). Sum of RGB (Red+Green+Blue) = 5+42+71=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 71 (28.12% from 255 or 60.17% from 118); Max value from RGB is 71 - color contains mainly: blue. Hex color #052A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A47 is #FAD5B8. Grayscale: #222222. Windows color (decimal): -16438713 or 4663813. OLE color: 4663813.

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

Color convert

RGB54271-
CMYK0.930.4100.72
HSL206.36º86.84%14.9%-
HSV(B)206.36º92.96%27.84%-
XYZ2.032.146.27-
YUV34.24148.74107.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 42 (16.80% from 255) = 35.59%
BLUE value IS 71 (28.12% from 255) = 60.17%
R=4.24%
G=35.59%
B=60.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal542710.930.4100.72206.3686.8414.9
Hex52A475D29048ce57f
Octal55210713551011031612717
Binary10110101010001111011101101001010010001100111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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