#132F46

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

Shades of Blue Whale #132F46

Tints of Blue Whale #132F46

Color information

#132F46 (or 0x132F46) is unknown color: approx Blue Whale. HEX triplet: 13, 2F and 46. RGB value is (19,47,70). Sum of RGB (Red+Green+Blue) = 19+47+70=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 70 (27.73% from 255 or 51.47% from 136); Max value from RGB is 70 - color contains mainly: blue. Hex color #132F46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F46 is #ECD0B9. Grayscale: #292929. Windows color (decimal): -15519930 or 4599571. OLE color: 4599571.

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

Color convert

RGB194770-
CMYK0.730.3300.73
HSL207.06º57.3%17.45%-
HSV(B)207.06º72.86%27.45%-
XYZ2.392.616.17-
YUV41.25144.22112.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.97%
GREEN value IS 47 (18.75% from 255) = 34.56%
BLUE value IS 70 (27.73% from 255) = 51.47%
R=13.97%
G=34.56%
B=51.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1947700.730.3300.73207.0657.317.45
Hex132F464921049cf3911
Octal23571061114101113177121
Binary1001110111110001101001001100001010010011100111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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