#143241

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

Shades of Blue Whale #143241

Tints of Blue Whale #143241

Color information

#143241 (or 0x143241) is unknown color: approx Blue Whale. HEX triplet: 14, 32 and 41. RGB value is (20,50,65). Sum of RGB (Red+Green+Blue) = 20+50+65=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #143241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143241 is #EBCDBE. Grayscale: #2A2A2A. Windows color (decimal): -15453631 or 4272660. OLE color: 4272660.

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

Color convert

RGB205065-
CMYK0.690.2300.75
HSL200º52.94%16.67%-
HSV(B)200º69.23%25.49%-
XYZ2.382.815.42-
YUV42.74140.56111.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.81%
GREEN value IS 50 (19.92% from 255) = 37.04%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=14.81%
G=37.04%
B=48.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2050650.690.2300.7520052.9416.67
Hex143241451704Bc83511
Octal24621011052701133106521
Binary101001100101000001100010110111010010111100100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143241; }

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

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

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

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

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

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

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

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