#153141

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

Shades of Blue Whale #153141

Tints of Blue Whale #153141

Color information

#153141 (or 0x153141) is unknown color: approx Blue Whale. HEX triplet: 15, 31 and 41. RGB value is (21,49,65). Sum of RGB (Red+Green+Blue) = 21+49+65=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #153141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153141 is #EACEBE. Grayscale: #2A2A2A. Windows color (decimal): -15388351 or 4272405. OLE color: 4272405.

HSL color Cylindrical-coordinate representation of color #153141: hue angle of 201.82º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #153141 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB214965-
CMYK0.680.2500.75
HSL201.82º51.16%16.86%-
HSV(B)201.82º67.69%25.49%-
XYZ2.362.745.4-
YUV42.45140.72112.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.56%
GREEN value IS 49 (19.53% from 255) = 36.30%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=15.56%
G=36.30%
B=48.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2149650.680.2500.75201.8251.1616.86
Hex153141441904Bca3311
Octal25611011043101133126321
Binary101011100011000001100010011001010010111100101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153141; }

 p { color: rgb(21,49,65); }

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

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

 a { background-color: rgb(21,49,65); }

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

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

 span { border-color: rgb(21,49,65); }

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