#14364D

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

Shades of Blue Whale #14364D

Tints of Blue Whale #14364D

Color information

#14364D (or 0x14364D) is unknown color: approx Blue Whale. HEX triplet: 14, 36 and 4D. RGB value is (20,54,77). Sum of RGB (Red+Green+Blue) = 20+54+77=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #14364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14364D is #EBC9B2. Grayscale: #2E2E2E. Windows color (decimal): -15452595 or 5060116. OLE color: 5060116.

HSL color Cylindrical-coordinate representation of color #14364D: hue angle of 204.21º 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 #14364D is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB205477-
CMYK0.740.3000.70
HSL204.21º58.76%19.02%-
HSV(B)204.21º74.03%30.2%-
XYZ2.953.327.51-
YUV46.46145.24109.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.25%
GREEN value IS 54 (21.48% from 255) = 35.76%
BLUE value IS 77 (30.47% from 255) = 50.99%
R=13.25%
G=35.76%
B=50.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2054770.740.3000.70204.2158.7619.02
Hex14364D4A1E046cc3b13
Octal24661151123601063147323
Binary101001101101001101100101011110010001101100110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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