#052E4B

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

Shades of Blue Whale #052E4B

Tints of Blue Whale #052E4B

Color information

#052E4B (or 0x052E4B) is unknown color: approx Blue Whale. HEX triplet: 05, 2E and 4B. RGB value is (5,46,75). Sum of RGB (Red+Green+Blue) = 5+46+75=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #052E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052E4B is #FAD1B4. Grayscale: #242424. Windows color (decimal): -16437685 or 4926981. OLE color: 4926981.

HSL color Cylindrical-coordinate representation of color #052E4B: hue angle of 204.86º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052E4B is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB54675-
CMYK0.930.3900.71
HSL204.86º87.5%15.69%-
HSV(B)204.86º93.33%29.41%-
XYZ2.312.497.02-
YUV37.05149.42105.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 46 (18.36% from 255) = 36.51%
BLUE value IS 75 (29.69% from 255) = 59.52%
R=3.97%
G=36.51%
B=59.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal546750.930.3900.71204.8687.515.69
Hex52E4B5D27047cd5810
Octal55611313547010731513020
Binary101101110100101110111011001110100011111001101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,46,75); }

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

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

 a { background-color: rgb(5,46,75); }

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

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

 span { border-color: rgb(5,46,75); }

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