#142F50

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

Shades of Blue Whale #142F50

Tints of Blue Whale #142F50

Color information

#142F50 (or 0x142F50) is unknown color: approx Blue Whale. HEX triplet: 14, 2F and 50. RGB value is (20,47,80). Sum of RGB (Red+Green+Blue) = 20+47+80=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #142F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F50 is #EBD0AF. Grayscale: #2A2A2A. Windows color (decimal): -15454384 or 5254932. OLE color: 5254932.

HSL color Cylindrical-coordinate representation of color #142F50: hue angle of 213º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #142F50 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB204780-
CMYK0.750.4100.69
HSL213º60%19.61%-
HSV(B)213º75%31.37%-
XYZ2.752.767.98-
YUV42.69149.05111.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 47 (18.75% from 255) = 31.97%
BLUE value IS 80 (31.64% from 255) = 54.42%
R=13.61%
G=31.97%
B=54.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2047800.750.4100.692136019.61
Hex142F504B29045d53c14
Octal24571201135101053257424
Binary1010010111110100001001011101001010001011101010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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