#052A49

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

Shades of Blue Whale #052A49

Tints of Blue Whale #052A49

Color information

#052A49 (or 0x052A49) is unknown color: approx Blue Whale. HEX triplet: 05, 2A and 49. RGB value is (5,42,73). Sum of RGB (Red+Green+Blue) = 5+42+73=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #052A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A49 is #FAD5B6. Grayscale: #222222. Windows color (decimal): -16438711 or 4794885. OLE color: 4794885.

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

Color convert

RGB54273-
CMYK0.930.4200.71
HSL207.35º87.18%15.29%-
HSV(B)207.35º93.15%28.63%-
XYZ2.092.176.61-
YUV34.47149.74106.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 42 (16.80% from 255) = 35%
BLUE value IS 73 (28.91% from 255) = 60.83%
R=4.17%
G=35%
B=60.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal542730.930.4200.71207.3587.1815.29
Hex52A495D2A047cf57f
Octal55211113552010731712717
Binary10110101010010011011101101010010001111100111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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