#146885

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

Shades of Allports #146885

Tints of Allports #146885

Color information

#146885 (or 0x146885) is unknown color: approx Allports. HEX triplet: 14, 68 and 85. RGB value is (20,104,133). Sum of RGB (Red+Green+Blue) = 20+104+133=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #146885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146885 is #EB977A. Grayscale: #515151. Windows color (decimal): -15439739 or 8742932. OLE color: 8742932.

HSL color Cylindrical-coordinate representation of color #146885: hue angle of 195.4º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146885 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB20104133-
CMYK0.850.2200.48
HSL195.4º73.86%30%-
HSV(B)195.4º84.96%52.16%-
XYZ9.4711.7423.96-
YUV82.19156.6783.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.78%
GREEN value IS 104 (41.02% from 255) = 40.47%
BLUE value IS 133 (52.34% from 255) = 51.75%
R=7.78%
G=40.47%
B=51.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal201041330.850.2200.48195.473.8630
Hex1468855516030c34a1e
Octal241502051252606030311236
Binary10100110100010000101101010110110011000011000011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146885; }

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

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

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

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

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

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

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

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