#132E4D

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

Shades of Blue Whale #132E4D

Tints of Blue Whale #132E4D

Color information

#132E4D (or 0x132E4D) is unknown color: approx Blue Whale. HEX triplet: 13, 2E and 4D. RGB value is (19,46,77). Sum of RGB (Red+Green+Blue) = 19+46+77=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #132E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132E4D is #ECD1B2. Grayscale: #292929. Windows color (decimal): -15520179 or 5058067. OLE color: 5058067.

HSL color Cylindrical-coordinate representation of color #132E4D: hue angle of 212.07º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #132E4D is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB194677-
CMYK0.750.4000.70
HSL212.07º60.42%18.82%-
HSV(B)212.07º75.32%30.2%-
XYZ2.592.637.39-
YUV41.46148.05111.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 46 (18.36% from 255) = 32.39%
BLUE value IS 77 (30.47% from 255) = 54.23%
R=13.38%
G=32.39%
B=54.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1946770.750.4000.70212.0760.4218.82
Hex132E4D4B28046d43c13
Octal23561151135001063247423
Binary1001110111010011011001011101000010001101101010011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,46,77); }

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

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

 a { background-color: rgb(19,46,77); }

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

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

 span { border-color: rgb(19,46,77); }

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