#143642

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

Shades of Blue Whale #143642

Tints of Blue Whale #143642

Color information

#143642 (or 0x143642) is unknown color: approx Blue Whale. HEX triplet: 14, 36 and 42. RGB value is (20,54,66). Sum of RGB (Red+Green+Blue) = 20+54+66=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 66 - color contains mainly: blue. Hex color #143642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143642 is #EBC9BD. Grayscale: #2D2D2D. Windows color (decimal): -15452606 or 4339220. OLE color: 4339220.

HSL color Cylindrical-coordinate representation of color #143642: hue angle of 195.65º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #143642 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB205466-
CMYK0.700.1800.74
HSL195.65º53.49%16.86%-
HSV(B)195.65º69.7%25.88%-
XYZ2.593.185.63-
YUV45.2139.74110.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 54 (21.48% from 255) = 38.57%
BLUE value IS 66 (26.17% from 255) = 47.14%
R=14.29%
G=38.57%
B=47.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2054660.700.1800.74195.6553.4916.86
Hex143642461204Ac43511
Octal24661021062201123046521
Binary101001101101000010100011010010010010101100010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143642; }

 p { color: rgb(20,54,66); }

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

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

 a { background-color: rgb(20,54,66); }

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

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

 span { border-color: rgb(20,54,66); }

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