#146378

Color #146378 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #146378

Tints of Allports #146378

Color information

#146378 (or 0x146378) is unknown color: approx 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

RGB2099120-
CMYK0.830.1700.53
HSL192.6º71.43%27.45%-
HSV(B)192.6º83.33%47.06%-
XYZ8.1410.4319.35-
YUV77.77151.8386.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.83
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20991200.830.1700.53192.671.4327.45
Hex1463785311035c1471b
Octal241431701232106530110733
Binary1010011000111111000101001110001011010111000001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>