#146F93

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

Shades of Allports #146F93

Tints of Allports #146F93

Color information

#146F93 (or 0x146F93) is unknown color: approx Allports. HEX triplet: 14, 6F and 93. RGB value is (20,111,147). Sum of RGB (Red+Green+Blue) = 20+111+147=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #146F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146F93 is #EB906C. Grayscale: #575757. Windows color (decimal): -15437933 or 9662228. OLE color: 9662228.

HSL color Cylindrical-coordinate representation of color #146F93: hue angle of 197.01º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #146F93 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB20111147-
CMYK0.860.2400.42
HSL197.01º76.05%32.75%-
HSV(B)197.01º86.39%57.65%-
XYZ11.2413.6229.64-
YUV87.9161.3579.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.19%
GREEN value IS 111 (43.75% from 255) = 39.93%
BLUE value IS 147 (57.81% from 255) = 52.88%
R=7.19%
G=39.93%
B=52.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201111470.860.2400.42197.0176.0532.75
Hex146F93561802Ac54c21
Octal241572231263005230511441
Binary101001101111100100111010110110000101010110001011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146F93; }

 p { color: rgb(20,111,147); }

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

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

 a { background-color: rgb(20,111,147); }

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

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

 span { border-color: rgb(20,111,147); }

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