#143749

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

Shades of Blue Whale #143749

Tints of Blue Whale #143749

Color information

#143749 (or 0x143749) is unknown color: approx Blue Whale. HEX triplet: 14, 37 and 49. RGB value is (20,55,73). Sum of RGB (Red+Green+Blue) = 20+55+73=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #143749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143749 is #EBC8B6. Grayscale: #2E2E2E. Windows color (decimal): -15452343 or 4798228. OLE color: 4798228.

HSL color Cylindrical-coordinate representation of color #143749: hue angle of 200.38º 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 #143749 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB205573-
CMYK0.730.2500.71
HSL200.38º56.99%18.24%-
HSV(B)200.38º72.6%28.63%-
XYZ2.863.366.8-
YUV46.59142.9109.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.51%
GREEN value IS 55 (21.88% from 255) = 37.16%
BLUE value IS 73 (28.91% from 255) = 49.32%
R=13.51%
G=37.16%
B=49.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2055730.730.2500.71200.3856.9918.24
Hex1437494919047c83912
Octal24671111113101073107122
Binary101001101111001001100100111001010001111100100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143749; }

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

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

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

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

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

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

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

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