#14314D

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

Shades of Blue Whale #14314D

Tints of Blue Whale #14314D

Color information

#14314D (or 0x14314D) is unknown color: approx Blue Whale. HEX triplet: 14, 31 and 4D. RGB value is (20,49,77). Sum of RGB (Red+Green+Blue) = 20+49+77=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #14314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14314D is #EBCEB2. Grayscale: #2B2B2B. Windows color (decimal): -15453875 or 5058836. OLE color: 5058836.

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

Color convert

RGB204977-
CMYK0.740.3600.70
HSL209.47º58.76%19.02%-
HSV(B)209.47º74.03%30.2%-
XYZ2.732.887.43-
YUV43.52146.89111.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 49 (19.53% from 255) = 33.56%
BLUE value IS 77 (30.47% from 255) = 52.74%
R=13.70%
G=33.56%
B=52.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2049770.740.3600.70209.4758.7619.02
Hex14314D4A24046d13b13
Octal24611151124401063217323
Binary1010011000110011011001010100100010001101101000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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