#146872

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

Shades of Allports #146872

Tints of Allports #146872

Color information

#146872 (or 0x146872) is unknown color: approx Allports. HEX triplet: 14, 68 and 72. RGB value is (20,104,114). Sum of RGB (Red+Green+Blue) = 20+104+114=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #146872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146872 is #EB978D. Grayscale: #4F4F4F. Windows color (decimal): -15439758 or 7497748. OLE color: 7497748.

HSL color Cylindrical-coordinate representation of color #146872: hue angle of 186.38º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146872 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB20104114-
CMYK0.820.0900.55
HSL186.38º70.15%26.27%-
HSV(B)186.38º82.46%44.71%-
XYZ8.2811.2617.66-
YUV80.02147.1785.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.40%
GREEN value IS 104 (41.02% from 255) = 43.70%
BLUE value IS 114 (44.92% from 255) = 47.90%
R=8.40%
G=43.70%
B=47.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal201041140.820.0900.55186.3870.1526.27
Hex146872529037ba461a
Octal241501621221106727210632
Binary101001101000111001010100101001011011110111010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146872; }

 p { color: rgb(20,104,114); }

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

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

 a { background-color: rgb(20,104,114); }

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

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

 span { border-color: rgb(20,104,114); }

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