#153050

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

Shades of Blue Whale #153050

Tints of Blue Whale #153050

Color information

#153050 (or 0x153050) is unknown color: approx Blue Whale. HEX triplet: 15, 30 and 50. RGB value is (21,48,80). Sum of RGB (Red+Green+Blue) = 21+48+80=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #153050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153050 is #EACFAF. Grayscale: #2B2B2B. Windows color (decimal): -15388592 or 5255189. OLE color: 5255189.

HSL color Cylindrical-coordinate representation of color #153050: hue angle of 212.54º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #153050 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB214880-
CMYK0.740.4000.69
HSL212.54º58.42%19.8%-
HSV(B)212.54º73.75%31.37%-
XYZ2.812.857.99-
YUV43.58148.55111.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.09%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 80 (31.64% from 255) = 53.69%
R=14.09%
G=32.21%
B=53.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2148800.740.4000.69212.5458.4219.8
Hex1530504A28045d53a14
Octal25601201125001053257224
Binary1010111000010100001001010101000010001011101010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153050; }

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

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

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

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

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

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

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

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