#132F41

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

Shades of Blue Whale #132F41

Tints of Blue Whale #132F41

Color information

#132F41 (or 0x132F41) is unknown color: approx Blue Whale. HEX triplet: 13, 2F and 41. RGB value is (19,47,65). Sum of RGB (Red+Green+Blue) = 19+47+65=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #132F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F41 is #ECD0BE. Grayscale: #282828. Windows color (decimal): -15519935 or 4271891. OLE color: 4271891.

HSL color Cylindrical-coordinate representation of color #132F41: hue angle of 203.48º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #132F41 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB194765-
CMYK0.710.2800.75
HSL203.48º54.76%16.47%-
HSV(B)203.48º70.77%25.49%-
XYZ2.242.555.38-
YUV40.68141.72112.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 47 (18.75% from 255) = 35.88%
BLUE value IS 65 (25.78% from 255) = 49.62%
R=14.50%
G=35.88%
B=49.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1947650.710.2800.75203.4854.7616.47
Hex132F41471C04Bcb3710
Octal23571011073401133136720
Binary100111011111000001100011111100010010111100101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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