Html Css Color HEX #145E71 Allports

📋 copy color: '#145E71'

red 20 ◦ green 94 ◦ blue 113

#145E71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #145E71

Tints of Allports #145E71

RGB

 RED value IS 20 (8.2% from 255) = 8.81%

 GREEN value IS 94 (37.11% from 255) = 41.41%

 BLUE value IS 113 (44.53% from 255) = 49.78%

R = 8.81%
G = 41.41%
B = 49.78%

CMYK

 C value IS 0.82

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#145E71 (or 0x145E71) is known color: Allports. HEX triplet: 14, 5E and 71. RGB value is (20,94,113). Sum of RGB (Red+Green+Blue) = 20+94+113=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #145E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145E71 is #EBA18E. Grayscale: #494949. Windows color (decimal): -15442319 or 7429652. OLE color: 7429652.

HSL color Cylindrical-coordinate representation of color #145E71: hue angle of 192.26º 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 #145E71 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 94 113 -
CMYK 0.82 0.17 0 0.56
HSL 192.26º 0.7% 0.26% -
HSV(B) 192.26º 0.82% 0.44% -
XYZ 7.27 9.35 17.04 -
YUV 74.04 149.98 89.46 -
System Red Green Blue C M Y K H S L
Decimal 20 94 113 0.82 0.17 0 0.56 192.26 0.7 0.26
Hex 14 5E 71 52 11 0 38 C0 46 1A
Octal 24 136 161 122 21 0 70 300 106 32
Binary 10100 1011110 1110001 1010010 10001 0 111000 11000000 1000110 11010

Color Harmonies of #145E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145E71

Black with #145E71

Text Example


Text Example

White with #145E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #145E71;
 }
 .AnyTagClassName
 {
   color: #145E71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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