#132F45

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

Shades of Blue Whale #132F45

Tints of Blue Whale #132F45

Color information

#132F45 (or 0x132F45) is unknown color: approx Blue Whale. HEX triplet: 13, 2F and 45. RGB value is (19,47,69). Sum of RGB (Red+Green+Blue) = 19+47+69=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 69 (27.34% from 255 or 51.11% from 135); Max value from RGB is 69 - color contains mainly: blue. Hex color #132F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F45 is #ECD0BA. Grayscale: #292929. Windows color (decimal): -15519931 or 4534035. OLE color: 4534035.

HSL color Cylindrical-coordinate representation of color #132F45: hue angle of 206.4º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #132F45 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB194769-
CMYK0.720.3200.73
HSL206.4º56.82%17.25%-
HSV(B)206.4º72.46%27.06%-
XYZ2.362.66.01-
YUV41.14143.72112.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.07%
GREEN value IS 47 (18.75% from 255) = 34.81%
BLUE value IS 69 (27.34% from 255) = 51.11%
R=14.07%
G=34.81%
B=51.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1947690.720.3200.73206.456.8217.25
Hex132F454820049ce3911
Octal23571051104001113167121
Binary1001110111110001011001000100000010010011100111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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