#153048

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

Shades of Blue Whale #153048

Tints of Blue Whale #153048

Color information

#153048 (or 0x153048) is unknown color: approx Blue Whale. HEX triplet: 15, 30 and 48. RGB value is (21,48,72). Sum of RGB (Red+Green+Blue) = 21+48+72=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #153048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153048 is #EACFB7. Grayscale: #2A2A2A. Windows color (decimal): -15388600 or 4730901. OLE color: 4730901.

HSL color Cylindrical-coordinate representation of color #153048: hue angle of 208.24º 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 #153048 is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB214872-
CMYK0.710.3300.72
HSL208.24º54.84%18.24%-
HSV(B)208.24º70.83%28.24%-
XYZ2.542.746.53-
YUV42.66144.55112.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 72 (28.52% from 255) = 51.06%
R=14.89%
G=34.04%
B=51.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2148720.710.3300.72208.2454.8418.24
Hex1530484721048d03712
Octal25601101074101103206722
Binary1010111000010010001000111100001010010001101000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153048; }

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

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

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

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

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

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

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

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