#142F47

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

Shades of Blue Whale #142F47

Tints of Blue Whale #142F47

Color information

#142F47 (or 0x142F47) is unknown color: approx Blue Whale. HEX triplet: 14, 2F and 47. RGB value is (20,47,71). Sum of RGB (Red+Green+Blue) = 20+47+71=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #142F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F47 is #EBD0B8. Grayscale: #292929. Windows color (decimal): -15454393 or 4665108. OLE color: 4665108.

HSL color Cylindrical-coordinate representation of color #142F47: hue angle of 208.24º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #142F47 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB204771-
CMYK0.720.3400.72
HSL208.24º56.04%17.84%-
HSV(B)208.24º71.83%27.84%-
XYZ2.442.646.34-
YUV41.66144.55112.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 47 (18.75% from 255) = 34.06%
BLUE value IS 71 (28.12% from 255) = 51.45%
R=14.49%
G=34.06%
B=51.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2047710.720.3400.72208.2456.0417.84
Hex142F474822048d03812
Octal24571071104201103207022
Binary1010010111110001111001000100010010010001101000011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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