#143248

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

Shades of Blue Whale #143248

Tints of Blue Whale #143248

Color information

#143248 (or 0x143248) is unknown color: approx Blue Whale. HEX triplet: 14, 32 and 48. RGB value is (20,50,72). Sum of RGB (Red+Green+Blue) = 20+50+72=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #143248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143248 is #EBCDB7. Grayscale: #2B2B2B. Windows color (decimal): -15453624 or 4731412. OLE color: 4731412.

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

Color convert

RGB205072-
CMYK0.720.3100.72
HSL205.38º56.52%18.04%-
HSV(B)205.38º72.22%28.24%-
XYZ2.62.96.55-
YUV43.54144.06111.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.08%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 72 (28.52% from 255) = 50.70%
R=14.08%
G=35.21%
B=50.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2050720.720.3100.72205.3856.5218.04
Hex143248481F048cd3912
Octal24621101103701103157122
Binary101001100101001000100100011111010010001100110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143248; }

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

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

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

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

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

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

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

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