#132F43

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

Shades of Blue Whale #132F43

Tints of Blue Whale #132F43

Color information

#132F43 (or 0x132F43) is unknown color: approx Blue Whale. HEX triplet: 13, 2F and 43. RGB value is (19,47,67). Sum of RGB (Red+Green+Blue) = 19+47+67=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 67 (26.56% from 255 or 50.38% from 133); Max value from RGB is 67 - color contains mainly: blue. Hex color #132F43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F43 is #ECD0BC. Grayscale: #282828. Windows color (decimal): -15519933 or 4402963. OLE color: 4402963.

HSL color Cylindrical-coordinate representation of color #132F43: hue angle of 205º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #132F43 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB194767-
CMYK0.720.3000.74
HSL205º55.81%16.86%-
HSV(B)205º71.64%26.27%-
XYZ2.32.585.69-
YUV40.91142.72112.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.29%
GREEN value IS 47 (18.75% from 255) = 35.34%
BLUE value IS 67 (26.56% from 255) = 50.38%
R=14.29%
G=35.34%
B=50.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1947670.720.3000.7420555.8116.86
Hex132F43481E04Acd3811
Octal23571031103601123157021
Binary100111011111000011100100011110010010101100110111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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