#14394D

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

Shades of Blue Whale #14394D

Tints of Blue Whale #14394D

Color information

#14394D (or 0x14394D) is unknown color: approx Blue Whale. HEX triplet: 14, 39 and 4D. RGB value is (20,57,77). Sum of RGB (Red+Green+Blue) = 20+57+77=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #14394D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14394D is #EBC6B2. Grayscale: #303030. Windows color (decimal): -15451827 or 5060884. OLE color: 5060884.

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

Color convert

RGB205777-
CMYK0.740.2600.70
HSL201.05º58.76%19.02%-
HSV(B)201.05º74.03%30.2%-
XYZ3.093.617.56-
YUV48.22144.24107.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.99%
GREEN value IS 57 (22.66% from 255) = 37.01%
BLUE value IS 77 (30.47% from 255) = 50%
R=12.99%
G=37.01%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2057770.740.2600.70201.0558.7619.02
Hex14394D4A1A046c93b13
Octal24711151123201063117323
Binary101001110011001101100101011010010001101100100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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