Html Css Color HEX #145E79 Allports

📋 copy color: '#145E79'

red 20 ◦ green 94 ◦ blue 121

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

Shades of Allports #145E79

Tints of Allports #145E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 51.49%

R = 8.51%
G = 40%
B = 51.49%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#145E79 (or 0x145E79) is known color: Allports. HEX triplet: 14, 5E and 79. RGB value is (20,94,121). Sum of RGB (Red+Green+Blue) = 20+94+121=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #145E79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145E79 is #EBA186. Grayscale: #4A4A4A. Windows color (decimal): -15442311 or 7953940. OLE color: 7953940.

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

Color convert

RGB 20 94 121 -
CMYK 0.83 0.22 0 0.53
HSL 196.04º 0.72% 0.28% -
HSV(B) 196.04º 0.83% 0.47% -
XYZ 7.74 9.53 19.52 -
YUV 74.95 153.98 88.8 -
System Red Green Blue C M Y K H S L
Decimal 20 94 121 0.83 0.22 0 0.53 196.04 0.72 0.28
Hex 14 5E 79 53 16 0 35 C4 48 1C
Octal 24 136 171 123 26 0 65 304 110 34
Binary 10100 1011110 1111001 1010011 10110 0 110101 11000100 1001000 11100

Color Harmonies of #145E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145E79

Black with #145E79

Text Example


Text Example

White with #145E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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