Html Css Color HEX #146373 Allports

📋 copy color: '#146373'

red 20 ◦ green 99 ◦ blue 115

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

Shades of Allports #146373

Tints of Allports #146373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.15%

R = 8.55%
G = 42.31%
B = 49.15%

CMYK

 C value IS 0.83

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#146373 (or 0x146373) is known color: Allports. HEX triplet: 14, 63 and 73. RGB value is (20,99,115). Sum of RGB (Red+Green+Blue) = 20+99+115=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #146373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146373 is #EB9C8C. Grayscale: #4D4D4D. Windows color (decimal): -15441037 or 7562004. OLE color: 7562004.

HSL color Cylindrical-coordinate representation of color #146373: hue angle of 190.11º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146373 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 99 115 -
CMYK 0.83 0.14 0 0.55
HSL 190.11º 0.7% 0.26% -
HSV(B) 190.11º 0.83% 0.45% -
XYZ 7.84 10.31 17.8 -
YUV 77.2 149.33 87.2 -
System Red Green Blue C M Y K H S L
Decimal 20 99 115 0.83 0.14 0 0.55 190.11 0.7 0.26
Hex 14 63 73 53 E 0 37 BE 46 1A
Octal 24 143 163 123 16 0 67 276 106 32
Binary 10100 1100011 1110011 1010011 1110 0 110111 10111110 1000110 11010

Color Harmonies of #146373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146373

Black with #146373

Text Example


Text Example

White with #146373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146373; }

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

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

background-color css

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

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

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

border-color css

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

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

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