#143747

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

Shades of Blue Whale #143747

Tints of Blue Whale #143747

Color information

#143747 (or 0x143747) is unknown color: approx Blue Whale. HEX triplet: 14, 37 and 47. RGB value is (20,55,71). Sum of RGB (Red+Green+Blue) = 20+55+71=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #143747 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143747 is #EBC8B8. Grayscale: #2E2E2E. Windows color (decimal): -15452345 or 4667156. OLE color: 4667156.

HSL color Cylindrical-coordinate representation of color #143747: hue angle of 198.82º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #143747 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB205571-
CMYK0.720.2300.72
HSL198.82º56.04%17.84%-
HSV(B)198.82º71.83%27.84%-
XYZ2.793.346.46-
YUV46.36141.9109.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 55 (21.88% from 255) = 37.67%
BLUE value IS 71 (28.12% from 255) = 48.63%
R=13.70%
G=37.67%
B=48.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2055710.720.2300.72198.8256.0417.84
Hex1437474817048c73812
Octal24671071102701103077022
Binary101001101111000111100100010111010010001100011111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143747; }

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

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

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

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

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

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

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

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