#14374E

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

Shades of Blue Whale #14374E

Tints of Blue Whale #14374E

Color information

#14374E (or 0x14374E) is unknown color: approx Blue Whale. HEX triplet: 14, 37 and 4E. RGB value is (20,55,78). Sum of RGB (Red+Green+Blue) = 20+55+78=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #14374E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14374E is #EBC8B1. Grayscale: #2F2F2F. Windows color (decimal): -15452338 or 5125908. OLE color: 5125908.

HSL color Cylindrical-coordinate representation of color #14374E: hue angle of 203.79º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14374E is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB205578-
CMYK0.740.2900.69
HSL203.79º59.18%19.22%-
HSV(B)203.79º74.36%30.59%-
XYZ3.033.437.71-
YUV47.16145.4108.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 55 (21.88% from 255) = 35.95%
BLUE value IS 78 (30.86% from 255) = 50.98%
R=13.07%
G=35.95%
B=50.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2055780.740.2900.69203.7959.1819.22
Hex14374E4A1D045cc3b13
Octal24671161123501053147323
Binary101001101111001110100101011101010001011100110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14374E; }

 p { color: rgb(20,55,78); }

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

<style>
 a { background-color: #14374E; }

 a { background-color: rgb(20,55,78); }

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

<style>
 span { border-color: #14374E; }

 span { border-color: rgb(20,55,78); }

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