Html Css Color HEX #146371 Allports

📋 copy color: '#146371'

red 20 ◦ green 99 ◦ blue 113

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

Shades of Allports #146371

Tints of Allports #146371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.71%

R = 8.62%
G = 42.67%
B = 48.71%

CMYK

 C value IS 0.82

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#146371 (or 0x146371) is known color: Allports. HEX triplet: 14, 63 and 71. RGB value is (20,99,113). Sum of RGB (Red+Green+Blue) = 20+99+113=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #146371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146371 is #EB9C8E. Grayscale: #4C4C4C. Windows color (decimal): -15441039 or 7430932. OLE color: 7430932.

HSL color Cylindrical-coordinate representation of color #146371: hue angle of 189.03º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146371 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 99 113 -
CMYK 0.82 0.12 0 0.56
HSL 189.03º 0.7% 0.26% -
HSV(B) 189.03º 0.82% 0.44% -
XYZ 7.73 10.26 17.2 -
YUV 76.98 148.33 87.36 -
System Red Green Blue C M Y K H S L
Decimal 20 99 113 0.82 0.12 0 0.56 189.03 0.7 0.26
Hex 14 63 71 52 C 0 38 BD 46 1A
Octal 24 143 161 122 14 0 70 275 106 32
Binary 10100 1100011 1110001 1010010 1100 0 111000 10111101 1000110 11010

Color Harmonies of #146371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146371

Black with #146371

Text Example


Text Example

White with #146371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146371; }

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

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

background-color css

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

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

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

border-color css

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

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

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