Html Css Color HEX #146077 Allports

📋 copy color: '#146077'

red 20 ◦ green 96 ◦ blue 119

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

Shades of Allports #146077

Tints of Allports #146077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.85%

 BLUE value IS 119 (46.88% from 255) = 50.64%

R = 8.51%
G = 40.85%
B = 50.64%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#146077 (or 0x146077) is known color: Allports. HEX triplet: 14, 60 and 77. RGB value is (20,96,119). Sum of RGB (Red+Green+Blue) = 20+96+119=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #146077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146077 is #EB9F88. Grayscale: #4B4B4B. Windows color (decimal): -15441801 or 7823380. OLE color: 7823380.

HSL color Cylindrical-coordinate representation of color #146077: hue angle of 193.94º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146077 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 96 119 -
CMYK 0.83 0.19 0 0.53
HSL 193.94º 0.71% 0.27% -
HSV(B) 193.94º 0.83% 0.47% -
XYZ 7.8 9.85 18.94 -
YUV 75.9 152.32 88.13 -
System Red Green Blue C M Y K H S L
Decimal 20 96 119 0.83 0.19 0 0.53 193.94 0.71 0.27
Hex 14 60 77 53 13 0 35 C2 47 1B
Octal 24 140 167 123 23 0 65 302 107 33
Binary 10100 1100000 1110111 1010011 10011 0 110101 11000010 1000111 11011

Color Harmonies of #146077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146077

Black with #146077

Text Example


Text Example

White with #146077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146077; }

 p { color: rgb(20,96,119); }

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

background-color css

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

 a { background-color: rgb(20,96,119); }

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

border-color css

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

 span { border-color: rgb(20,96,119); }

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