#145E70

Color #145E70 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #145E70

Tints of Allports #145E70

Color information

#145E70 (or 0x145E70) is unknown color: approx Allports. HEX triplet: 14, 5E and 70. RGB value is (20,94,112). Sum of RGB (Red+Green+Blue) = 20+94+112=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 94 (37.11% from 255 or 41.59% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #145E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145E70 is #EBA18F. Grayscale: #494949. Windows color (decimal): -15442320 or 7364116. OLE color: 7364116.

HSL color Cylindrical-coordinate representation of color #145E70: hue angle of 191.74º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #145E70 is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2094112-
CMYK0.820.1600.56
HSL191.74º69.7%25.88%-
HSV(B)191.74º82.14%43.92%-
XYZ7.229.3216.75-
YUV73.93149.4889.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.85%
GREEN value IS 94 (37.11% from 255) = 41.59%
BLUE value IS 112 (44.14% from 255) = 49.56%
R=8.85%
G=41.59%
B=49.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20941120.820.1600.56191.7469.725.88
Hex145E705210038c0461a
Octal241361601222007030010632
Binary1010010111101110000101001010000011100011000000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145E70; }

 p { color: rgb(20,94,112); }

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

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

 a { background-color: rgb(20,94,112); }

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

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

 span { border-color: rgb(20,94,112); }

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