#152F48

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

Shades of Blue Whale #152F48

Tints of Blue Whale #152F48

Color information

#152F48 (or 0x152F48) is unknown color: approx Blue Whale. HEX triplet: 15, 2F and 48. RGB value is (21,47,72). Sum of RGB (Red+Green+Blue) = 21+47+72=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #152F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F48 is #EAD0B7. Grayscale: #292929. Windows color (decimal): -15388856 or 4730645. OLE color: 4730645.

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

Color convert

RGB214772-
CMYK0.710.3500.72
HSL209.41º54.84%18.24%-
HSV(B)209.41º70.83%28.24%-
XYZ2.52.666.51-
YUV42.08144.89112.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15%
GREEN value IS 47 (18.75% from 255) = 33.57%
BLUE value IS 72 (28.52% from 255) = 51.43%
R=15%
G=33.57%
B=51.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2147720.710.3500.72209.4154.8418.24
Hex152F484723048d13712
Octal25571101074301103216722
Binary1010110111110010001000111100011010010001101000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,47,72); }

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

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

 a { background-color: rgb(21,47,72); }

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

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

 span { border-color: rgb(21,47,72); }

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