#142F44

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

Shades of Blue Whale #142F44

Tints of Blue Whale #142F44

Color information

#142F44 (or 0x142F44) is unknown color: approx Blue Whale. HEX triplet: 14, 2F and 44. RGB value is (20,47,68). Sum of RGB (Red+Green+Blue) = 20+47+68=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 68 (26.95% from 255 or 50.37% from 135); Max value from RGB is 68 - color contains mainly: blue. Hex color #142F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F44 is #EBD0BB. Grayscale: #292929. Windows color (decimal): -15454396 or 4468500. OLE color: 4468500.

HSL color Cylindrical-coordinate representation of color #142F44: hue angle of 206.25º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #142F44 is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB204768-
CMYK0.710.3100.73
HSL206.25º54.55%17.25%-
HSV(B)206.25º70.59%26.67%-
XYZ2.352.65.85-
YUV41.32143.05112.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.81%
GREEN value IS 47 (18.75% from 255) = 34.81%
BLUE value IS 68 (26.95% from 255) = 50.37%
R=14.81%
G=34.81%
B=50.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2047680.710.3100.73206.2554.5517.25
Hex142F44471F049ce3711
Octal24571041073701113166721
Binary101001011111000100100011111111010010011100111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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