#142F4E

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

Shades of Blue Whale #142F4E

Tints of Blue Whale #142F4E

Color information

#142F4E (or 0x142F4E) is unknown color: approx Blue Whale. HEX triplet: 14, 2F and 4E. RGB value is (20,47,78). Sum of RGB (Red+Green+Blue) = 20+47+78=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #142F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F4E is #EBD0B1. Grayscale: #2A2A2A. Windows color (decimal): -15454386 or 5123860. OLE color: 5123860.

HSL color Cylindrical-coordinate representation of color #142F4E: hue angle of 212.07º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #142F4E is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB204778-
CMYK0.740.4000.69
HSL212.07º59.18%19.22%-
HSV(B)212.07º74.36%30.59%-
XYZ2.682.737.59-
YUV42.46148.05111.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 47 (18.75% from 255) = 32.41%
BLUE value IS 78 (30.86% from 255) = 53.79%
R=13.79%
G=32.41%
B=53.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2047780.740.4000.69212.0759.1819.22
Hex142F4E4A28045d43b13
Octal24571161125001053247323
Binary1010010111110011101001010101000010001011101010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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