#153041

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

Shades of Blue Whale #153041

Tints of Blue Whale #153041

Color information

#153041 (or 0x153041) is unknown color: approx Blue Whale. HEX triplet: 15, 30 and 41. RGB value is (21,48,65). Sum of RGB (Red+Green+Blue) = 21+48+65=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #153041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153041 is #EACFBE. Grayscale: #292929. Windows color (decimal): -15388607 or 4272149. OLE color: 4272149.

HSL color Cylindrical-coordinate representation of color #153041: hue angle of 203.18º 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 #153041 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB214865-
CMYK0.680.2600.75
HSL203.18º51.16%16.86%-
HSV(B)203.18º67.69%25.49%-
XYZ2.322.655.39-
YUV41.86141.05113.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.67%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 65 (25.78% from 255) = 48.51%
R=15.67%
G=35.82%
B=48.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2148650.680.2600.75203.1851.1616.86
Hex153041441A04Bcb3311
Octal25601011043201133136321
Binary101011100001000001100010011010010010111100101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153041; }

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

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

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

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

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

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

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

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