Html Css Color HEX #146D81 Allports

📋 copy color: '#146D81'

red 20 ◦ green 109 ◦ blue 129

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

Shades of Allports #146D81

Tints of Allports #146D81

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.25%

 BLUE value IS 129 (50.78% from 255) = 50%

R = 7.75%
G = 42.25%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#146D81 (or 0x146D81) is known color: Allports. HEX triplet: 14, 6D and 81. RGB value is (20,109,129). Sum of RGB (Red+Green+Blue) = 20+109+129=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 129 (50.78% from 255 or 50% from 258); Max value from RGB is 129 - color contains mainly: blue. Hex color #146D81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146D81 is #EB927E. Grayscale: #545454. Windows color (decimal): -15438463 or 8482068. OLE color: 8482068.

HSL color Cylindrical-coordinate representation of color #146D81: hue angle of 191.01º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #146D81 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 109 129 -
CMYK 0.84 0.16 0 0.49
HSL 191.01º 0.73% 0.29% -
HSV(B) 191.01º 0.84% 0.51% -
XYZ 9.72 12.67 22.7 -
YUV 84.67 153.01 81.87 -
System Red Green Blue C M Y K H S L
Decimal 20 109 129 0.84 0.16 0 0.49 191.01 0.73 0.29
Hex 14 6D 81 54 10 0 31 BF 49 1D
Octal 24 155 201 124 20 0 61 277 111 35
Binary 10100 1101101 10000001 1010100 10000 0 110001 10111111 1001001 11101

Color Harmonies of #146D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146D81

Black with #146D81

Text Example


Text Example

White with #146D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146D81; }

 p { color: rgb(20,109,129); }

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

background-color css

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

 a { background-color: rgb(20,109,129); }

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

border-color css

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

 span { border-color: rgb(20,109,129); }

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