#052B4B

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

Shades of Blue Whale #052B4B

Tints of Blue Whale #052B4B

Color information

#052B4B (or 0x052B4B) is unknown color: approx Blue Whale. HEX triplet: 05, 2B and 4B. RGB value is (5,43,75). Sum of RGB (Red+Green+Blue) = 5+43+75=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #052B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B4B is #FAD4B4. Grayscale: #232323. Windows color (decimal): -16438453 or 4926213. OLE color: 4926213.

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

Color convert

RGB54375-
CMYK0.930.4300.71
HSL207.43º87.5%15.69%-
HSV(B)207.43º93.33%29.41%-
XYZ2.22.276.98-
YUV35.29150.41106.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 43 (17.19% from 255) = 34.96%
BLUE value IS 75 (29.69% from 255) = 60.98%
R=4.07%
G=34.96%
B=60.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal543750.930.4300.71207.4387.515.69
Hex52B4B5D2B047cf5810
Octal55311313553010731713020
Binary101101011100101110111011010110100011111001111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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