#143541

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

Shades of Blue Whale #143541

Tints of Blue Whale #143541

Color information

#143541 (or 0x143541) is unknown color: approx Blue Whale. HEX triplet: 14, 35 and 41. RGB value is (20,53,65). Sum of RGB (Red+Green+Blue) = 20+53+65=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #143541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143541 is #EBCABE. Grayscale: #2C2C2C. Windows color (decimal): -15452863 or 4273428. OLE color: 4273428.

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

Color convert

RGB205365-
CMYK0.690.1800.75
HSL196º52.94%16.67%-
HSV(B)196º69.23%25.49%-
XYZ2.523.085.46-
YUV44.5139.57110.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 65 (25.78% from 255) = 47.10%
R=14.49%
G=38.41%
B=47.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2053650.690.1800.7519652.9416.67
Hex143541451204Bc43511
Octal24651011052201133046521
Binary101001101011000001100010110010010010111100010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143541; }

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

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

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

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

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

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

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

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