#153949

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

Shades of Blue Whale #153949

Tints of Blue Whale #153949

Color information

#153949 (or 0x153949) is unknown color: approx Blue Whale. HEX triplet: 15, 39 and 49. RGB value is (21,57,73). Sum of RGB (Red+Green+Blue) = 21+57+73=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #153949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153949 is #EAC6B6. Grayscale: #2F2F2F. Windows color (decimal): -15386295 or 4798741. OLE color: 4798741.

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

Color convert

RGB215773-
CMYK0.710.2200.71
HSL198.46º55.32%18.43%-
HSV(B)198.46º71.23%28.63%-
XYZ2.973.576.83-
YUV48.06142.07108.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 57 (22.66% from 255) = 37.75%
BLUE value IS 73 (28.91% from 255) = 48.34%
R=13.91%
G=37.75%
B=48.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2157730.710.2200.71198.4655.3218.43
Hex1539494716047c63712
Octal25711111072601073066722
Binary101011110011001001100011110110010001111100011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153949; }

 p { color: rgb(21,57,73); }

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

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

 a { background-color: rgb(21,57,73); }

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

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

 span { border-color: rgb(21,57,73); }

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