Html Css Color HEX #145F80 Allports

📋 copy color: '#145F80'

red 20 ◦ green 95 ◦ blue 128

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

Shades of Allports #145F80

Tints of Allports #145F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.09%

 BLUE value IS 128 (50.39% from 255) = 52.67%

R = 8.23%
G = 39.09%
B = 52.67%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#145F80 (or 0x145F80) is known color: Allports. HEX triplet: 14, 5F and 80. RGB value is (20,95,128). Sum of RGB (Red+Green+Blue) = 20+95+128=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #145F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145F80 is #EBA07F. Grayscale: #4C4C4C. Windows color (decimal): -15442048 or 8412948. OLE color: 8412948.

HSL color Cylindrical-coordinate representation of color #145F80: hue angle of 198.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #145F80 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 95 128 -
CMYK 0.84 0.26 0 0.50
HSL 198.33º 0.73% 0.29% -
HSV(B) 198.33º 0.84% 0.5% -
XYZ 8.28 9.89 21.9 -
YUV 76.34 157.15 87.82 -
System Red Green Blue C M Y K H S L
Decimal 20 95 128 0.84 0.26 0 0.50 198.33 0.73 0.29
Hex 14 5F 80 54 1A 0 32 C6 49 1D
Octal 24 137 200 124 32 0 62 306 111 35
Binary 10100 1011111 10000000 1010100 11010 0 110010 11000110 1001001 11101

Color Harmonies of #145F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145F80

Black with #145F80

Text Example


Text Example

White with #145F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,95,128); }

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

background-color css

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

 a { background-color: rgb(20,95,128); }

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

border-color css

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

 span { border-color: rgb(20,95,128); }

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