#143440

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

Shades of Blue Whale #143440

Tints of Blue Whale #143440

Color information

#143440 (or 0x143440) is unknown color: approx Blue Whale. HEX triplet: 14, 34 and 40. RGB value is (20,52,64). Sum of RGB (Red+Green+Blue) = 20+52+64=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #143440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143440 is #EBCBBF. Grayscale: #2B2B2B. Windows color (decimal): -15453120 or 4207636. OLE color: 4207636.

HSL color Cylindrical-coordinate representation of color #143440: hue angle of 196.36º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #143440 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB205264-
CMYK0.690.1900.75
HSL196.36º52.38%16.47%-
HSV(B)196.36º68.75%25.1%-
XYZ2.442.975.3-
YUV43.8139.4111.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.71%
GREEN value IS 52 (20.70% from 255) = 38.24%
BLUE value IS 64 (25.39% from 255) = 47.06%
R=14.71%
G=38.24%
B=47.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2052640.690.1900.75196.3652.3816.47
Hex143440451304Bc43410
Octal24641001052301133046420
Binary101001101001000000100010110011010010111100010011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143440; }

 p { color: rgb(20,52,64); }

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

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

 a { background-color: rgb(20,52,64); }

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

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

 span { border-color: rgb(20,52,64); }

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