#14324D

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

Shades of Blue Whale #14324D

Tints of Blue Whale #14324D

Color information

#14324D (or 0x14324D) is unknown color: approx Blue Whale. HEX triplet: 14, 32 and 4D. RGB value is (20,50,77). Sum of RGB (Red+Green+Blue) = 20+50+77=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #14324D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14324D is #EBCDB2. Grayscale: #2B2B2B. Windows color (decimal): -15453619 or 5059092. OLE color: 5059092.

HSL color Cylindrical-coordinate representation of color #14324D: hue angle of 208.42º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14324D is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB205077-
CMYK0.740.3500.70
HSL208.42º58.76%19.02%-
HSV(B)208.42º74.03%30.2%-
XYZ2.772.977.45-
YUV44.11146.56110.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 50 (19.92% from 255) = 34.01%
BLUE value IS 77 (30.47% from 255) = 52.38%
R=13.61%
G=34.01%
B=52.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2050770.740.3500.70208.4258.7619.02
Hex14324D4A23046d03b13
Octal24621151124301063207323
Binary1010011001010011011001010100011010001101101000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14324D; }

 p { color: rgb(20,50,77); }

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

<style>
 a { background-color: #14324D; }

 a { background-color: rgb(20,50,77); }

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

<style>
 span { border-color: #14324D; }

 span { border-color: rgb(20,50,77); }

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