#142F48

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

Shades of Blue Whale #142F48

Tints of Blue Whale #142F48

Color information

#142F48 (or 0x142F48) is unknown color: approx Blue Whale. HEX triplet: 14, 2F and 48. RGB value is (20,47,72). Sum of RGB (Red+Green+Blue) = 20+47+72=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #142F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F48 is #EBD0B7. Grayscale: #292929. Windows color (decimal): -15454392 or 4730644. OLE color: 4730644.

HSL color Cylindrical-coordinate representation of color #142F48: hue angle of 208.85º degrees, saturation: 0.57, 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 #142F48 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB204772-
CMYK0.720.3500.72
HSL208.85º56.52%18.04%-
HSV(B)208.85º72.22%28.24%-
XYZ2.472.656.51-
YUV41.78145.05112.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 47 (18.75% from 255) = 33.81%
BLUE value IS 72 (28.52% from 255) = 51.80%
R=14.39%
G=33.81%
B=51.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2047720.720.3500.72208.8556.5218.04
Hex142F484823048d13912
Octal24571101104301103217122
Binary1010010111110010001001000100011010010001101000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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