#132E4B

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

Shades of Blue Whale #132E4B

Tints of Blue Whale #132E4B

Color information

#132E4B (or 0x132E4B) is unknown color: approx Blue Whale. HEX triplet: 13, 2E and 4B. RGB value is (19,46,75). Sum of RGB (Red+Green+Blue) = 19+46+75=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #132E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E4B is #ECD1B4. Grayscale: #292929. Windows color (decimal): -15520181 or 4926995. OLE color: 4926995.

HSL color Cylindrical-coordinate representation of color #132E4B: hue angle of 211.07º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #132E4B is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB194675-
CMYK0.750.3900.71
HSL211.07º59.57%18.43%-
HSV(B)211.07º74.67%29.41%-
XYZ2.522.67.03-
YUV41.23147.05112.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 46 (18.36% from 255) = 32.86%
BLUE value IS 75 (29.69% from 255) = 53.57%
R=13.57%
G=32.86%
B=53.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1946750.750.3900.71211.0759.5718.43
Hex132E4B4B27047d33c12
Octal23561131134701073237422
Binary1001110111010010111001011100111010001111101001111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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