#132F50

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

Shades of Blue Whale #132F50

Tints of Blue Whale #132F50

Color information

#132F50 (or 0x132F50) is unknown color: approx Blue Whale. HEX triplet: 13, 2F and 50. RGB value is (19,47,80). Sum of RGB (Red+Green+Blue) = 19+47+80=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #132F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F50 is #ECD0AF. Grayscale: #2A2A2A. Windows color (decimal): -15519920 or 5254931. OLE color: 5254931.

HSL color Cylindrical-coordinate representation of color #132F50: hue angle of 212.46º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #132F50 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB194780-
CMYK0.760.4100.69
HSL212.46º61.62%19.41%-
HSV(B)212.46º76.25%31.37%-
XYZ2.732.757.98-
YUV42.39149.22111.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 47 (18.75% from 255) = 32.19%
BLUE value IS 80 (31.64% from 255) = 54.79%
R=13.01%
G=32.19%
B=54.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1947800.760.4100.69212.4661.6219.41
Hex132F504C29045d43e13
Octal23571201145101053247623
Binary1001110111110100001001100101001010001011101010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132F50; }

 p { color: rgb(19,47,80); }

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

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

 a { background-color: rgb(19,47,80); }

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

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

 span { border-color: rgb(19,47,80); }

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