#14394A

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

Shades of Blue Whale #14394A

Tints of Blue Whale #14394A

Color information

#14394A (or 0x14394A) is unknown color: approx Blue Whale. HEX triplet: 14, 39 and 4A. RGB value is (20,57,74). Sum of RGB (Red+Green+Blue) = 20+57+74=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #14394A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14394A is #EBC6B5. Grayscale: #2F2F2F. Windows color (decimal): -15451830 or 4864276. OLE color: 4864276.

HSL color Cylindrical-coordinate representation of color #14394A: hue angle of 198.89º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #14394A is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB205774-
CMYK0.730.2300.71
HSL198.89º57.45%18.43%-
HSV(B)198.89º72.97%29.02%-
XYZ2.993.577.01-
YUV47.87142.74108.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.25%
GREEN value IS 57 (22.66% from 255) = 37.75%
BLUE value IS 74 (29.30% from 255) = 49.01%
R=13.25%
G=37.75%
B=49.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2057740.730.2300.71198.8957.4518.43
Hex14394A4917047c73912
Octal24711121112701073077122
Binary101001110011001010100100110111010001111100011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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