#146975

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

Shades of Allports #146975

Tints of Allports #146975

Color information

#146975 (or 0x146975) is unknown color: approx Allports. HEX triplet: 14, 69 and 75. RGB value is (20,105,117). Sum of RGB (Red+Green+Blue) = 20+105+117=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #146975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146975 is #EB968A. Grayscale: #505050. Windows color (decimal): -15439499 or 7694612. OLE color: 7694612.

HSL color Cylindrical-coordinate representation of color #146975: hue angle of 187.42º 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 #146975 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB20105117-
CMYK0.830.1000.54
HSL187.42º70.8%26.86%-
HSV(B)187.42º82.91%45.88%-
XYZ8.5511.5418.61-
YUV80.95148.3484.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.26%
GREEN value IS 105 (41.41% from 255) = 43.39%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=8.26%
G=43.39%
B=48.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal201051170.830.1000.54187.4270.826.86
Hex14697553A036bb471b
Octal241511651231206627310733
Binary101001101001111010110100111010011011010111011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146975; }

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

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

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

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

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

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

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

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