Html Css Color HEX #146375 Allports

📋 copy color: '#146375'

red 20 ◦ green 99 ◦ blue 117

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

Shades of Allports #146375

Tints of Allports #146375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.58%

R = 8.47%
G = 41.95%
B = 49.58%

CMYK

 C value IS 0.83

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#146375 (or 0x146375) is known color: Allports. HEX triplet: 14, 63 and 75. RGB value is (20,99,117). Sum of RGB (Red+Green+Blue) = 20+99+117=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #146375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146375 is #EB9C8A. Grayscale: #4D4D4D. Windows color (decimal): -15441035 or 7693076. OLE color: 7693076.

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

Color convert

RGB 20 99 117 -
CMYK 0.83 0.15 0 0.54
HSL 191.13º 0.71% 0.27% -
HSV(B) 191.13º 0.83% 0.46% -
XYZ 7.96 10.36 18.41 -
YUV 77.43 150.33 87.04 -
System Red Green Blue C M Y K H S L
Decimal 20 99 117 0.83 0.15 0 0.54 191.13 0.71 0.27
Hex 14 63 75 53 F 0 36 BF 47 1B
Octal 24 143 165 123 17 0 66 277 107 33
Binary 10100 1100011 1110101 1010011 1111 0 110110 10111111 1000111 11011

Color Harmonies of #146375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146375

Black with #146375

Text Example


Text Example

White with #146375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146375; }

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

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

background-color css

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

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

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

border-color css

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

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

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