Html Css Color HEX #146379 Allports

📋 copy color: '#146379'

red 20 ◦ green 99 ◦ blue 121

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

Shades of Allports #146379

Tints of Allports #146379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.25%

 BLUE value IS 121 (47.66% from 255) = 50.42%

R = 8.33%
G = 41.25%
B = 50.42%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#146379 (or 0x146379) is known color: Allports. HEX triplet: 14, 63 and 79. RGB value is (20,99,121). Sum of RGB (Red+Green+Blue) = 20+99+121=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #146379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146379 is #EB9C86. Grayscale: #4D4D4D. Windows color (decimal): -15441031 or 7955220. OLE color: 7955220.

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

Color convert

RGB 20 99 121 -
CMYK 0.83 0.18 0 0.53
HSL 193.07º 0.72% 0.28% -
HSV(B) 193.07º 0.83% 0.47% -
XYZ 8.2 10.45 19.67 -
YUV 77.89 152.33 86.71 -
System Red Green Blue C M Y K H S L
Decimal 20 99 121 0.83 0.18 0 0.53 193.07 0.72 0.28
Hex 14 63 79 53 12 0 35 C1 48 1C
Octal 24 143 171 123 22 0 65 301 110 34
Binary 10100 1100011 1111001 1010011 10010 0 110101 11000001 1001000 11100

Color Harmonies of #146379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146379

Black with #146379

Text Example


Text Example

White with #146379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146379; }

 p { color: rgb(20,99,121); }

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

background-color css

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

 a { background-color: rgb(20,99,121); }

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

border-color css

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

 span { border-color: rgb(20,99,121); }

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