#14314C

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

Shades of Blue Whale #14314C

Tints of Blue Whale #14314C

Color information

#14314C (or 0x14314C) is unknown color: approx Blue Whale. HEX triplet: 14, 31 and 4C. RGB value is (20,49,76). Sum of RGB (Red+Green+Blue) = 20+49+76=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #14314C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14314C is #EBCEB3. Grayscale: #2B2B2B. Windows color (decimal): -15453876 or 4993300. OLE color: 4993300.

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

Color convert

RGB204976-
CMYK0.740.3600.70
HSL208.93º58.33%18.82%-
HSV(B)208.93º73.68%29.8%-
XYZ2.692.877.25-
YUV43.41146.39111.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 49 (19.53% from 255) = 33.79%
BLUE value IS 76 (30.08% from 255) = 52.41%
R=13.79%
G=33.79%
B=52.41%

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
Decimal2049760.740.3600.70208.9358.3318.82
Hex14314C4A24046d13a13
Octal24611141124401063217223
Binary1010011000110011001001010100100010001101101000111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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