#14374F

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

Shades of Blue Whale #14374F

Tints of Blue Whale #14374F

Color information

#14374F (or 0x14374F) is unknown color: approx Blue Whale. HEX triplet: 14, 37 and 4F. RGB value is (20,55,79). Sum of RGB (Red+Green+Blue) = 20+55+79=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 79 (31.25% from 255 or 51.30% from 154); Max value from RGB is 79 - color contains mainly: blue. Hex color #14374F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14374F is #EBC8B0. Grayscale: #2F2F2F. Windows color (decimal): -15452337 or 5191444. OLE color: 5191444.

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

Color convert

RGB205579-
CMYK0.750.3000.69
HSL204.41º59.6%19.41%-
HSV(B)204.41º74.68%30.98%-
XYZ3.073.457.9-
YUV47.27145.9108.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.99%
GREEN value IS 55 (21.88% from 255) = 35.71%
BLUE value IS 79 (31.25% from 255) = 51.30%
R=12.99%
G=35.71%
B=51.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2055790.750.3000.69204.4159.619.41
Hex14374F4B1E045cc3c13
Octal24671171133601053147423
Binary101001101111001111100101111110010001011100110011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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