#143A48

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

Shades of Blue Whale #143A48

Tints of Blue Whale #143A48

Color information

#143A48 (or 0x143A48) is unknown color: approx Blue Whale. HEX triplet: 14, 3A and 48. RGB value is (20,58,72). Sum of RGB (Red+Green+Blue) = 20+58+72=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #143A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A48 is #EBC5B7. Grayscale: #303030. Windows color (decimal): -15451576 or 4733460. OLE color: 4733460.

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

Color convert

RGB205872-
CMYK0.720.1900.72
HSL196.15º56.52%18.04%-
HSV(B)196.15º72.22%28.24%-
XYZ2.973.646.68-
YUV48.23141.41107.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.33%
GREEN value IS 58 (23.05% from 255) = 38.67%
BLUE value IS 72 (28.52% from 255) = 48%
R=13.33%
G=38.67%
B=48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2058720.720.1900.72196.1556.5218.04
Hex143A484813048c43912
Octal24721101102301103047122
Binary101001110101001000100100010011010010001100010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143A48; }

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

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

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

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

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

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

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

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