Html Css Color HEX #146381 Allports

📋 copy color: '#146381'

red 20 ◦ green 99 ◦ blue 129

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

Shades of Allports #146381

Tints of Allports #146381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 52.02%

R = 8.06%
G = 39.92%
B = 52.02%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#146381 (or 0x146381) is known color: Allports. HEX triplet: 14, 63 and 81. RGB value is (20,99,129). Sum of RGB (Red+Green+Blue) = 20+99+129=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #146381 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146381 is #EB9C7E. Grayscale: #4E4E4E. Windows color (decimal): -15441023 or 8479508. OLE color: 8479508.

HSL color Cylindrical-coordinate representation of color #146381: hue angle of 196.51º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #146381 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 99 129 -
CMYK 0.84 0.23 0 0.49
HSL 196.51º 0.73% 0.29% -
HSV(B) 196.51º 0.84% 0.51% -
XYZ 8.71 10.66 22.37 -
YUV 78.8 156.33 86.06 -
System Red Green Blue C M Y K H S L
Decimal 20 99 129 0.84 0.23 0 0.49 196.51 0.73 0.29
Hex 14 63 81 54 17 0 31 C5 49 1D
Octal 24 143 201 124 27 0 61 305 111 35
Binary 10100 1100011 10000001 1010100 10111 0 110001 11000101 1001001 11101

Color Harmonies of #146381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146381

Black with #146381

Text Example


Text Example

White with #146381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146381; }

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

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

background-color css

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

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

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

border-color css

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

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

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