#143641

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

Shades of Blue Whale #143641

Tints of Blue Whale #143641

Color information

#143641 (or 0x143641) is unknown color: approx Blue Whale. HEX triplet: 14, 36 and 41. RGB value is (20,54,65). Sum of RGB (Red+Green+Blue) = 20+54+65=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #143641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143641 is #EBC9BE. Grayscale: #2D2D2D. Windows color (decimal): -15452607 or 4273684. OLE color: 4273684.

HSL color Cylindrical-coordinate representation of color #143641: hue angle of 194.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #143641 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB205465-
CMYK0.690.1700.75
HSL194.67º52.94%16.67%-
HSV(B)194.67º69.23%25.49%-
XYZ2.563.175.48-
YUV45.09139.24110.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 54 (21.48% from 255) = 38.85%
BLUE value IS 65 (25.78% from 255) = 46.76%
R=14.39%
G=38.85%
B=46.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2054650.690.1700.75194.6752.9416.67
Hex143641451104Bc33511
Octal24661011052101133036521
Binary101001101101000001100010110001010010111100001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143641; }

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

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

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

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

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

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

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

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