Html Css Color HEX #145F74 Allports

📋 copy color: '#145F74'

red 20 ◦ green 95 ◦ blue 116

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

Shades of Allports #145F74

Tints of Allports #145F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.22%

R = 8.66%
G = 41.13%
B = 50.22%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#145F74 (or 0x145F74) is known color: Allports. HEX triplet: 14, 5F and 74. RGB value is (20,95,116). Sum of RGB (Red+Green+Blue) = 20+95+116=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #145F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145F74 is #EBA08B. Grayscale: #4A4A4A. Windows color (decimal): -15442060 or 7626516. OLE color: 7626516.

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

Color convert

RGB 20 95 116 -
CMYK 0.83 0.18 0 0.55
HSL 193.13º 0.71% 0.27% -
HSV(B) 193.13º 0.83% 0.45% -
XYZ 7.53 9.59 17.98 -
YUV 74.97 151.15 88.79 -
System Red Green Blue C M Y K H S L
Decimal 20 95 116 0.83 0.18 0 0.55 193.13 0.71 0.27
Hex 14 5F 74 53 12 0 37 C1 47 1B
Octal 24 137 164 123 22 0 67 301 107 33
Binary 10100 1011111 1110100 1010011 10010 0 110111 11000001 1000111 11011

Color Harmonies of #145F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145F74

Black with #145F74

Text Example


Text Example

White with #145F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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