Html Css Color HEX #146076 Allports

📋 copy color: '#146076'

red 20 ◦ green 96 ◦ blue 118

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

Shades of Allports #146076

Tints of Allports #146076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.03%

 BLUE value IS 118 (46.48% from 255) = 50.43%

R = 8.55%
G = 41.03%
B = 50.43%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#146076 (or 0x146076) is known color: Allports. HEX triplet: 14, 60 and 76. RGB value is (20,96,118). Sum of RGB (Red+Green+Blue) = 20+96+118=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #146076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146076 is #EB9F89. Grayscale: #4B4B4B. Windows color (decimal): -15441802 or 7757844. OLE color: 7757844.

HSL color Cylindrical-coordinate representation of color #146076: hue angle of 193.47º 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 #146076 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 96 118 -
CMYK 0.83 0.19 0 0.54
HSL 193.47º 0.71% 0.27% -
HSV(B) 193.47º 0.83% 0.46% -
XYZ 7.74 9.82 18.63 -
YUV 75.78 151.82 88.21 -
System Red Green Blue C M Y K H S L
Decimal 20 96 118 0.83 0.19 0 0.54 193.47 0.71 0.27
Hex 14 60 76 53 13 0 36 C1 47 1B
Octal 24 140 166 123 23 0 66 301 107 33
Binary 10100 1100000 1110110 1010011 10011 0 110110 11000001 1000111 11011

Color Harmonies of #146076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146076

Black with #146076

Text Example


Text Example

White with #146076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146076; }

 p { color: rgb(20,96,118); }

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

background-color css

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

 a { background-color: rgb(20,96,118); }

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

border-color css

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

 span { border-color: rgb(20,96,118); }

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