#152E47

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

Shades of Blue Whale #152E47

Tints of Blue Whale #152E47

Color information

#152E47 (or 0x152E47) is unknown color: approx Blue Whale. HEX triplet: 15, 2E and 47. RGB value is (21,46,71). Sum of RGB (Red+Green+Blue) = 21+46+71=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #152E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152E47 is #EAD1B8. Grayscale: #292929. Windows color (decimal): -15389113 or 4664853. OLE color: 4664853.

HSL color Cylindrical-coordinate representation of color #152E47: hue angle of 210º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #152E47 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB214671-
CMYK0.700.3500.72
HSL210º54.35%18.04%-
HSV(B)210º70.42%27.84%-
XYZ2.422.576.33-
YUV41.38144.72113.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.22%
GREEN value IS 46 (18.36% from 255) = 33.33%
BLUE value IS 71 (28.12% from 255) = 51.45%
R=15.22%
G=33.33%
B=51.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2146710.700.3500.7221054.3518.04
Hex152E474623048d23612
Octal25561071064301103226622
Binary1010110111010001111000110100011010010001101001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152E47; }

 p { color: rgb(21,46,71); }

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

<style>
 a { background-color: #152E47; }

 a { background-color: rgb(21,46,71); }

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

<style>
 span { border-color: #152E47; }

 span { border-color: rgb(21,46,71); }

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