#142F41

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

Shades of Blue Whale #142F41

Tints of Blue Whale #142F41

Color information

#142F41 (or 0x142F41) is unknown color: approx Blue Whale. HEX triplet: 14, 2F and 41. RGB value is (20,47,65). Sum of RGB (Red+Green+Blue) = 20+47+65=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #142F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F41 is #EBD0BE. Grayscale: #282828. Windows color (decimal): -15454399 or 4271892. OLE color: 4271892.

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

Color convert

RGB204765-
CMYK0.690.2800.75
HSL204º52.94%16.67%-
HSV(B)204º69.23%25.49%-
XYZ2.262.565.38-
YUV40.98141.55113.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 47 (18.75% from 255) = 35.61%
BLUE value IS 65 (25.78% from 255) = 49.24%
R=15.15%
G=35.61%
B=49.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2047650.690.2800.7520452.9416.67
Hex142F41451C04Bcc3511
Octal24571011053401133146521
Binary101001011111000001100010111100010010111100110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142F41; }

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

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

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

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

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

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

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

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