Html Css Color HEX #145E75 Allports

📋 copy color: '#145E75'

red 20 ◦ green 94 ◦ blue 117

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

Shades of Allports #145E75

Tints of Allports #145E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.65%

R = 8.66%
G = 40.69%
B = 50.65%

CMYK

 C value IS 0.83

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#145E75 (or 0x145E75) is known color: Allports. HEX triplet: 14, 5E and 75. RGB value is (20,94,117). Sum of RGB (Red+Green+Blue) = 20+94+117=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #145E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145E75 is #EBA18A. Grayscale: #4A4A4A. Windows color (decimal): -15442315 or 7691796. OLE color: 7691796.

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

Color convert

RGB 20 94 117 -
CMYK 0.83 0.20 0 0.54
HSL 194.23º 0.71% 0.27% -
HSV(B) 194.23º 0.83% 0.46% -
XYZ 7.5 9.44 18.26 -
YUV 74.5 151.98 89.13 -
System Red Green Blue C M Y K H S L
Decimal 20 94 117 0.83 0.20 0 0.54 194.23 0.71 0.27
Hex 14 5E 75 53 14 0 36 C2 47 1B
Octal 24 136 165 123 24 0 66 302 107 33
Binary 10100 1011110 1110101 1010011 10100 0 110110 11000010 1000111 11011

Color Harmonies of #145E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145E75

Black with #145E75

Text Example


Text Example

White with #145E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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