#143848

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

Shades of Blue Whale #143848

Tints of Blue Whale #143848

Color information

#143848 (or 0x143848) is unknown color: approx Blue Whale. HEX triplet: 14, 38 and 48. RGB value is (20,56,72). Sum of RGB (Red+Green+Blue) = 20+56+72=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #143848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143848 is #EBC7B7. Grayscale: #2E2E2E. Windows color (decimal): -15452088 or 4732948. OLE color: 4732948.

HSL color Cylindrical-coordinate representation of color #143848: hue angle of 198.46º 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 #143848 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB205672-
CMYK0.720.2200.72
HSL198.46º56.52%18.04%-
HSV(B)198.46º72.22%28.24%-
XYZ2.873.446.64-
YUV47.06142.07108.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.51%
GREEN value IS 56 (22.27% from 255) = 37.84%
BLUE value IS 72 (28.52% from 255) = 48.65%
R=13.51%
G=37.84%
B=48.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2056720.720.2200.72198.4656.5218.04
Hex1438484816048c63912
Octal24701101102601103067122
Binary101001110001001000100100010110010010001100011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143848; }

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

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

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

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

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

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

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

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