#143647

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

Shades of Blue Whale #143647

Tints of Blue Whale #143647

Color information

#143647 (or 0x143647) is unknown color: approx Blue Whale. HEX triplet: 14, 36 and 47. RGB value is (20,54,71). Sum of RGB (Red+Green+Blue) = 20+54+71=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #143647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143647 is #EBC9B8. Grayscale: #2D2D2D. Windows color (decimal): -15452601 or 4666900. OLE color: 4666900.

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

Color convert

RGB205471-
CMYK0.720.2400.72
HSL200º56.04%17.84%-
HSV(B)200º71.83%27.84%-
XYZ2.743.246.44-
YUV45.77142.24109.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 54 (21.48% from 255) = 37.24%
BLUE value IS 71 (28.12% from 255) = 48.97%
R=13.79%
G=37.24%
B=48.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2054710.720.2400.7220056.0417.84
Hex1436474818048c83812
Octal24661071103001103107022
Binary101001101101000111100100011000010010001100100011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143647; }

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

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

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

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

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

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

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

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