Html Css Color HEX #145E77 Allports

📋 copy color: '#145E77'

red 20 ◦ green 94 ◦ blue 119

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

Shades of Allports #145E77

Tints of Allports #145E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.07%

R = 8.58%
G = 40.34%
B = 51.07%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#145E77 (or 0x145E77) is known color: Allports. HEX triplet: 14, 5E and 77. RGB value is (20,94,119). Sum of RGB (Red+Green+Blue) = 20+94+119=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #145E77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145E77 is #EBA188. Grayscale: #4A4A4A. Windows color (decimal): -15442313 or 7822868. OLE color: 7822868.

HSL color Cylindrical-coordinate representation of color #145E77: hue angle of 195.15º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #145E77 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 94 119 -
CMYK 0.83 0.21 0 0.53
HSL 195.15º 0.71% 0.27% -
HSV(B) 195.15º 0.83% 0.47% -
XYZ 7.62 9.49 18.88 -
YUV 74.72 152.98 88.97 -
System Red Green Blue C M Y K H S L
Decimal 20 94 119 0.83 0.21 0 0.53 195.15 0.71 0.27
Hex 14 5E 77 53 15 0 35 C3 47 1B
Octal 24 136 167 123 25 0 65 303 107 33
Binary 10100 1011110 1110111 1010011 10101 0 110101 11000011 1000111 11011

Color Harmonies of #145E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145E77

Black with #145E77

Text Example


Text Example

White with #145E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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