#143447

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

Shades of Blue Whale #143447

Tints of Blue Whale #143447

Color information

#143447 (or 0x143447) is unknown color: approx Blue Whale. HEX triplet: 14, 34 and 47. RGB value is (20,52,71). Sum of RGB (Red+Green+Blue) = 20+52+71=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #143447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143447 is #EBCBB8. Grayscale: #2C2C2C. Windows color (decimal): -15453113 or 4666388. OLE color: 4666388.

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

Color convert

RGB205271-
CMYK0.720.2700.72
HSL202.35º56.04%17.84%-
HSV(B)202.35º71.83%27.84%-
XYZ2.653.066.41-
YUV44.6142.9110.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 71 (28.12% from 255) = 49.65%
R=13.99%
G=36.36%
B=49.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2052710.720.2700.72202.3556.0417.84
Hex143447481B048ca3812
Octal24641071103301103127022
Binary101001101001000111100100011011010010001100101011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143447; }

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

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

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

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

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

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

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

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