#143549

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

Shades of Blue Whale #143549

Tints of Blue Whale #143549

Color information

#143549 (or 0x143549) is unknown color: approx Blue Whale. HEX triplet: 14, 35 and 49. RGB value is (20,53,73). Sum of RGB (Red+Green+Blue) = 20+53+73=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #143549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143549 is #EBCAB6. Grayscale: #2D2D2D. Windows color (decimal): -15452855 or 4797716. OLE color: 4797716.

HSL color Cylindrical-coordinate representation of color #143549: hue angle of 202.64º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #143549 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB205373-
CMYK0.730.2700.71
HSL202.64º56.99%18.24%-
HSV(B)202.64º72.6%28.63%-
XYZ2.763.186.77-
YUV45.41143.57109.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 53 (21.09% from 255) = 36.30%
BLUE value IS 73 (28.91% from 255) = 50%
R=13.70%
G=36.30%
B=50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2053730.730.2700.71202.6456.9918.24
Hex143549491B047cb3912
Octal24651111113301073137122
Binary101001101011001001100100111011010001111100101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143549; }

 p { color: rgb(20,53,73); }

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

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

 a { background-color: rgb(20,53,73); }

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

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

 span { border-color: rgb(20,53,73); }

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