Html Css Color HEX #145F75 Allports

📋 copy color: '#145F75'

red 20 ◦ green 95 ◦ blue 117

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

Shades of Allports #145F75

Tints of Allports #145F75

RGB

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

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

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

R = 8.62%
G = 40.95%
B = 50.43%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#145F75 (or 0x145F75) is known color: Allports. HEX triplet: 14, 5F and 75. RGB value is (20,95,117). Sum of RGB (Red+Green+Blue) = 20+95+117=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #145F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145F75 is #EBA08A. Grayscale: #4A4A4A. Windows color (decimal): -15442059 or 7692052. OLE color: 7692052.

HSL color Cylindrical-coordinate representation of color #145F75: hue angle of 193.61º 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 #145F75 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 95 117 -
CMYK 0.83 0.19 0 0.54
HSL 193.61º 0.71% 0.27% -
HSV(B) 193.61º 0.83% 0.46% -
XYZ 7.59 9.62 18.29 -
YUV 75.08 151.65 88.71 -
System Red Green Blue C M Y K H S L
Decimal 20 95 117 0.83 0.19 0 0.54 193.61 0.71 0.27
Hex 14 5F 75 53 13 0 36 C2 47 1B
Octal 24 137 165 123 23 0 66 302 107 33
Binary 10100 1011111 1110101 1010011 10011 0 110110 11000010 1000111 11011

Color Harmonies of #145F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145F75

Black with #145F75

Text Example


Text Example

White with #145F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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