Html Css Color HEX #146378 Allports

📋 copy color: '#146378'

red 20 ◦ green 99 ◦ blue 120

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

Shades of Allports #146378

Tints of Allports #146378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.21%

R = 8.37%
G = 41.42%
B = 50.21%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#146378 (or 0x146378) is known color: Allports. HEX triplet: 14, 63 and 78. RGB value is (20,99,120). Sum of RGB (Red+Green+Blue) = 20+99+120=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #146378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146378 is #EB9C87. Grayscale: #4D4D4D. Windows color (decimal): -15441032 or 7889684. OLE color: 7889684.

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

Color convert

RGB 20 99 120 -
CMYK 0.83 0.17 0 0.53
HSL 192.6º 0.71% 0.27% -
HSV(B) 192.6º 0.83% 0.47% -
XYZ 8.14 10.43 19.35 -
YUV 77.77 151.83 86.79 -
System Red Green Blue C M Y K H S L
Decimal 20 99 120 0.83 0.17 0 0.53 192.6 0.71 0.27
Hex 14 63 78 53 11 0 35 C1 47 1B
Octal 24 143 170 123 21 0 65 301 107 33
Binary 10100 1100011 1111000 1010011 10001 0 110101 11000001 1000111 11011

Color Harmonies of #146378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146378

Black with #146378

Text Example


Text Example

White with #146378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146378; }

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

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

background-color css

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

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

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

border-color css

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

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

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