#146675

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

Shades of Allports #146675

Tints of Allports #146675

Color information

#146675 (or 0x146675) is unknown color: approx Allports. HEX triplet: 14, 66 and 75. RGB value is (20,102,117). Sum of RGB (Red+Green+Blue) = 20+102+117=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #146675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146675 is #EB998A. Grayscale: #4F4F4F. Windows color (decimal): -15440267 or 7693844. OLE color: 7693844.

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

Color convert

RGB20102117-
CMYK0.830.1300.54
HSL189.28º70.8%26.86%-
HSV(B)189.28º82.91%45.88%-
XYZ8.2510.9418.51-
YUV79.19149.3385.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.37%
GREEN value IS 102 (40.23% from 255) = 42.68%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=8.37%
G=42.68%
B=48.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal201021170.830.1300.54189.2870.826.86
Hex14667553D036bd471b
Octal241461651231506627510733
Binary101001100110111010110100111101011011010111101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146675; }

 p { color: rgb(20,102,117); }

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

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

 a { background-color: rgb(20,102,117); }

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

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

 span { border-color: rgb(20,102,117); }

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