#143147

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

Shades of Blue Whale #143147

Tints of Blue Whale #143147

Color information

#143147 (or 0x143147) is unknown color: approx Blue Whale. HEX triplet: 14, 31 and 47. RGB value is (20,49,71). Sum of RGB (Red+Green+Blue) = 20+49+71=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #143147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143147 is #EBCEB8. Grayscale: #2A2A2A. Windows color (decimal): -15453881 or 4665620. OLE color: 4665620.

HSL color Cylindrical-coordinate representation of color #143147: hue angle of 205.88º 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 #143147 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB204971-
CMYK0.720.3100.72
HSL205.88º56.04%17.84%-
HSV(B)205.88º71.83%27.84%-
XYZ2.522.86.37-
YUV42.84143.89111.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 71 (28.12% from 255) = 50.71%
R=14.29%
G=35%
B=50.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2049710.720.3100.72205.8856.0417.84
Hex143147481F048ce3812
Octal24611071103701103167022
Binary101001100011000111100100011111010010001100111011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143147; }

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

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

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

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

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

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

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

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