#146188

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

Shades of Allports #146188

Tints of Allports #146188

Color information

#146188 (or 0x146188) is unknown color: approx Allports. HEX triplet: 14, 61 and 88. RGB value is (20,97,136). Sum of RGB (Red+Green+Blue) = 20+97+136=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #146188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146188 is #EB9E77. Grayscale: #4E4E4E. Windows color (decimal): -15441528 or 8937748. OLE color: 8937748.

HSL color Cylindrical-coordinate representation of color #146188: hue angle of 200.17º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146188 is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2097136-
CMYK0.850.2900.47
HSL200.17º74.36%30.59%-
HSV(B)200.17º85.29%53.33%-
XYZ9.0110.4824.84-
YUV78.42160.4986.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.91%
GREEN value IS 97 (38.28% from 255) = 38.34%
BLUE value IS 136 (53.52% from 255) = 53.75%
R=7.91%
G=38.34%
B=53.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20971360.850.2900.47200.1774.3630.59
Hex146188551D02Fc84a1f
Octal241412101253505731011237
Binary10100110000110001000101010111101010111111001000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146188; }

 p { color: rgb(20,97,136); }

 H1.HeaderClassName
 {
   color: #146188;
 }
 .AnyTagClassName
 {
   color: #146188;
 }
</style>
background-color css

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

 a { background-color: rgb(20,97,136); }

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

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

 span { border-color: rgb(20,97,136); }

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